#BFCB56

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

Shades of Wild Willow #BFCB56

Tints of Wild Willow #BFCB56

Color information

#BFCB56 (or 0xBFCB56) is unknown color: approx Wild Willow. HEX triplet: BF, CB and 56. RGB value is (191,203,86). Sum of RGB (Red+Green+Blue) = 191+203+86=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 86 (33.98% from 255 or 17.92% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB56 is #4034A9. Grayscale: #BABABA. Windows color (decimal): -4207786 or 5688255. OLE color: 5688255.

HSL color Cylindrical-coordinate representation of color #BFCB56: hue angle of 66.15º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFCB56 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB19120386-
CMYK0.0600.580.20
HSL66.15º52.94%56.67%-
HSV(B)66.15º57.64%79.61%-
XYZ44.5254.4616.97-
YUV186.0771.52131.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 203 (79.69% from 255) = 42.29%
BLUE value IS 86 (33.98% from 255) = 17.92%
R=39.79%
G=42.29%
B=17.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191203860.0600.580.2066.1552.9456.67
HexBFCB56603A14423539
Octal2773131266072241026571
Binary101111111100101110101101100111010101001000010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCB56; }

 p { color: rgb(191,203,86); }

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

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

 a { background-color: rgb(191,203,86); }

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

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

 span { border-color: rgb(191,203,86); }

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