#BCD051

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

Shades of Wild Willow #BCD051

Tints of Wild Willow #BCD051

Color information

#BCD051 (or 0xBCD051) is unknown color: approx Wild Willow. HEX triplet: BC, D0 and 51. RGB value is (188,208,81). Sum of RGB (Red+Green+Blue) = 188+208+81=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 81 (32.03% from 255 or 16.98% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD051 is #432FAE. Grayscale: #BCBCBC. Windows color (decimal): -4403119 or 5361852. OLE color: 5361852.

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

Color convert

RGB18820881-
CMYK0.1000.610.18
HSL69.45º57.47%56.67%-
HSV(B)69.45º61.06%81.57%-
XYZ44.7856.416.31-
YUV187.5467.87128.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 208 (81.64% from 255) = 43.61%
BLUE value IS 81 (32.03% from 255) = 16.98%
R=39.41%
G=43.61%
B=16.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188208810.1000.610.1869.4557.4756.67
HexBCD051A03D12453939
Octal27432012112075221057171
Binary1011110011010000101000110100111101100101000101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD051; }

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

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

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

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

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

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

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

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