#BCD05B

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

Shades of Wild Willow #BCD05B

Tints of Wild Willow #BCD05B

Color information

#BCD05B (or 0xBCD05B) is unknown color: approx Wild Willow. HEX triplet: BC, D0 and 5B. RGB value is (188,208,91). Sum of RGB (Red+Green+Blue) = 188+208+91=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD05B is #432FA4. Grayscale: #BDBDBD. Windows color (decimal): -4403109 or 6017212. OLE color: 6017212.

HSL color Cylindrical-coordinate representation of color #BCD05B: hue angle of 70.26º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCD05B is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB18820891-
CMYK0.1000.560.18
HSL70.26º55.45%58.63%-
HSV(B)70.26º56.25%81.57%-
XYZ45.1856.5618.43-
YUV188.6872.87127.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 208 (81.64% from 255) = 42.71%
BLUE value IS 91 (35.94% from 255) = 18.69%
R=38.60%
G=42.71%
B=18.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188208910.1000.560.1870.2655.4558.63
HexBCD05BA0381246373b
Octal27432013312070221066773
Binary1011110011010000101101110100111000100101000110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD05B; }

 p { color: rgb(188,208,91); }

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

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

 a { background-color: rgb(188,208,91); }

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

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

 span { border-color: rgb(188,208,91); }

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