#BFCB5B

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

Shades of Wild Willow #BFCB5B

Tints of Wild Willow #BFCB5B

Color information

#BFCB5B (or 0xBFCB5B) is unknown color: approx Wild Willow. HEX triplet: BF, CB and 5B. RGB value is (191,203,91). Sum of RGB (Red+Green+Blue) = 191+203+91=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCB5B is #4034A4. Grayscale: #BBBBBB. Windows color (decimal): -4207781 or 6015935. OLE color: 6015935.

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

Color convert

RGB19120391-
CMYK0.0600.550.20
HSL66.43º51.85%57.65%-
HSV(B)66.43º55.17%79.61%-
XYZ44.7354.5418.07-
YUV186.6474.02131.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 203 (79.69% from 255) = 41.86%
BLUE value IS 91 (35.94% from 255) = 18.76%
R=39.38%
G=41.86%
B=18.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191203910.0600.550.2066.4351.8557.65
HexBFCB5B60371442343a
Octal2773131336067241026472
Binary101111111100101110110111100110111101001000010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCB5B; }

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

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

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

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

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

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

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

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