#BFCD55

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

Shades of Wild Willow #BFCD55

Tints of Wild Willow #BFCD55

Color information

#BFCD55 (or 0xBFCD55) is unknown color: approx Wild Willow. HEX triplet: BF, CD and 55. RGB value is (191,205,85). Sum of RGB (Red+Green+Blue) = 191+205+85=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD55 is #4032AA. Grayscale: #BBBBBB. Windows color (decimal): -4207275 or 5623231. OLE color: 5623231.

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

Color convert

RGB19120585-
CMYK0.0700.590.20
HSL67º54.55%56.86%-
HSV(B)67º58.54%80.39%-
XYZ44.9655.3916.92-
YUV187.1370.36130.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 205 (80.47% from 255) = 42.62%
BLUE value IS 85 (33.59% from 255) = 17.67%
R=39.71%
G=42.62%
B=17.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191205850.0700.590.206754.5556.86
HexBFCD55703B14433739
Octal2773151257073241036771
Binary101111111100110110101011110111011101001000011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD55; }

 p { color: rgb(191,205,85); }

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

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

 a { background-color: rgb(191,205,85); }

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

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

 span { border-color: rgb(191,205,85); }

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