#BFCB64

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

Shades of Wild Willow #BFCB64

Tints of Wild Willow #BFCB64

Color information

#BFCB64 (or 0xBFCB64) is unknown color: approx Wild Willow. HEX triplet: BF, CB and 64. RGB value is (191,203,100). Sum of RGB (Red+Green+Blue) = 191+203+100=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB64 is #40349B. Grayscale: #BCBCBC. Windows color (decimal): -4207772 or 6605759. OLE color: 6605759.

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

Color convert

RGB191203100-
CMYK0.0600.510.20
HSL66.99º49.76%59.41%-
HSV(B)66.99º50.74%79.61%-
XYZ45.1454.7120.24-
YUV187.6778.52130.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 203 (79.69% from 255) = 41.09%
BLUE value IS 100 (39.45% from 255) = 20.24%
R=38.66%
G=41.09%
B=20.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031000.0600.510.2066.9949.7659.41
HexBFCB6460331443323b
Octal2773131446063241036273
Binary101111111100101111001001100110011101001000011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCB64; }

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

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

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

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

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

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

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

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