#BFCB6F

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

Shades of Wild Willow #BFCB6F

Tints of Wild Willow #BFCB6F

Color information

#BFCB6F (or 0xBFCB6F) is unknown color: approx Wild Willow. HEX triplet: BF, CB and 6F. RGB value is (191,203,111). Sum of RGB (Red+Green+Blue) = 191+203+111=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB6F is #403490. Grayscale: #BDBDBD. Windows color (decimal): -4207761 or 7326655. OLE color: 7326655.

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

Color convert

RGB191203111-
CMYK0.0600.450.20
HSL67.83º46.94%61.57%-
HSV(B)67.83º45.32%79.61%-
XYZ45.7154.9423.23-
YUV188.9284.02129.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 203 (79.69% from 255) = 40.20%
BLUE value IS 111 (43.75% from 255) = 21.98%
R=37.82%
G=40.20%
B=21.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031110.0600.450.2067.8346.9461.57
HexBFCB6F602D14442f3e
Octal2773131576055241045776
Binary101111111100101111011111100101101101001000100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCB6F; }

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

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

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

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

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

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

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

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