#BFCA58

Color #BFCA58 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BFCA58

Tints of Wild Willow #BFCA58

Color information

#BFCA58 (or 0xBFCA58) is unknown color: approx Wild Willow. HEX triplet: BF, CA and 58. RGB value is (191,202,88). Sum of RGB (Red+Green+Blue) = 191+202+88=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCA58 is #4035A7. Grayscale: #BABABA. Windows color (decimal): -4208040 or 5819071. OLE color: 5819071.

HSL color Cylindrical-coordinate representation of color #BFCA58: hue angle of 65.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFCA58 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB19120288-
CMYK0.0500.560.21
HSL65.79º51.82%56.86%-
HSV(B)65.79º56.44%79.22%-
XYZ44.3754.0217.32-
YUV185.7272.86131.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 88 (34.77% from 255) = 18.30%
R=39.71%
G=42.00%
B=18.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191202880.0500.560.2165.7951.8256.86
HexBFCA58503815423439
Octal2773121305070251026471
Binary101111111100101010110001010111000101011000010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCA58; }

 p { color: rgb(191,202,88); }

 H1.HeaderClassName
 {
   color: #BFCA58;
 }
 .AnyTagClassName
 {
   color: #BFCA58;
 }
</style>
background-color css

<style>
 a { background-color: #BFCA58; }

 a { background-color: rgb(191,202,88); }

 div.DivClassName
 {
   background-color: #BFCA58;
 }
 .BgClassName
 {
   background-color: #BFCA58;
 }
</style>
border-color css

<style>
 span { border-color: #BFCA58; }

 span { border-color: rgb(191,202,88); }

 td.TdClassName
 {
   border-color: #BFCA58;
 }
 .TagClassName
 {
   border-color: #BFCA58;
 }
</style>