#BCD55D

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

Shades of Wild Willow #BCD55D

Tints of Wild Willow #BCD55D

Color information

#BCD55D (or 0xBCD55D) is unknown color: approx Wild Willow. HEX triplet: BC, D5 and 5D. RGB value is (188,213,93). Sum of RGB (Red+Green+Blue) = 188+213+93=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD55D is #432AA2. Grayscale: #C0C0C0. Windows color (decimal): -4401827 or 6149564. OLE color: 6149564.

HSL color Cylindrical-coordinate representation of color #BCD55D: hue angle of 72.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCD55D is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB18821393-
CMYK0.1200.560.16
HSL72.5º58.82%60%-
HSV(B)72.5º56.34%83.53%-
XYZ46.5159.0719.31-
YUV191.8472.22125.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 213 (83.59% from 255) = 43.12%
BLUE value IS 93 (36.72% from 255) = 18.83%
R=38.06%
G=43.12%
B=18.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188213930.1200.560.1672.558.8260
HexBCD55DC03810483b3c
Octal27432513514070201107374
Binary1011110011010101101110111000111000100001001000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD55D; }

 p { color: rgb(188,213,93); }

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

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

 a { background-color: rgb(188,213,93); }

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

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

 span { border-color: rgb(188,213,93); }

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