#BCBF61

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

Shades of Wild Willow #BCBF61

Tints of Wild Willow #BCBF61

Color information

#BCBF61 (or 0xBCBF61) is unknown color: approx Wild Willow. HEX triplet: BC, BF and 61. RGB value is (188,191,97). Sum of RGB (Red+Green+Blue) = 188+191+97=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF61 is #43409E. Grayscale: #B3B3B3. Windows color (decimal): -4407455 or 6406076. OLE color: 6406076.

HSL color Cylindrical-coordinate representation of color #BCBF61: hue angle of 61.91º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCBF61 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB18819197-
CMYK0.0200.490.25
HSL61.91º42.34%56.47%-
HSV(B)61.91º49.21%74.9%-
XYZ41.5348.8218.54-
YUV179.3981.51134.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 191 (75% from 255) = 40.13%
BLUE value IS 97 (38.28% from 255) = 20.38%
R=39.50%
G=40.13%
B=20.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188191970.0200.490.2561.9142.3456.47
HexBCBF612031193e2a38
Octal274277141206131765270
Binary1011110010111111110000110011000111001111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF61; }

 p { color: rgb(188,191,97); }

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

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

 a { background-color: rgb(188,191,97); }

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

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

 span { border-color: rgb(188,191,97); }

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