#BCD353

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

Shades of Wild Willow #BCD353

Tints of Wild Willow #BCD353

Color information

#BCD353 (or 0xBCD353) is unknown color: approx Wild Willow. HEX triplet: BC, D3 and 53. RGB value is (188,211,83). Sum of RGB (Red+Green+Blue) = 188+211+83=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD353 is #432CAC. Grayscale: #BEBEBE. Windows color (decimal): -4402349 or 5493692. OLE color: 5493692.

HSL color Cylindrical-coordinate representation of color #BCD353: hue angle of 70.78º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCD353 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB18821183-
CMYK0.1100.610.17
HSL70.78º59.26%57.65%-
HSV(B)70.78º60.66%82.75%-
XYZ45.5957.916.96-
YUV189.5367.88126.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.00%
GREEN value IS 211 (82.81% from 255) = 43.78%
BLUE value IS 83 (32.81% from 255) = 17.22%
R=39.00%
G=43.78%
B=17.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal188211830.1100.610.1770.7859.2657.65
HexBCD353B03D11473b3a
Octal27432312313075211077372
Binary1011110011010011101001110110111101100011000111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD353; }

 p { color: rgb(188,211,83); }

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

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

 a { background-color: rgb(188,211,83); }

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

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

 span { border-color: rgb(188,211,83); }

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