#BDD155

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

Shades of Wild Willow #BDD155

Tints of Wild Willow #BDD155

Color information

#BDD155 (or 0xBDD155) is unknown color: approx Wild Willow. HEX triplet: BD, D1 and 55. RGB value is (189,209,85). Sum of RGB (Red+Green+Blue) = 189+209+85=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD155 is #422EAA. Grayscale: #BDBDBD. Windows color (decimal): -4337323 or 5624253. OLE color: 5624253.

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

Color convert

RGB18920985-
CMYK0.1000.590.18
HSL69.68º57.41%57.65%-
HSV(B)69.68º59.33%81.96%-
XYZ45.4357.0817.22-
YUV188.8869.37128.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 209 (82.03% from 255) = 43.27%
BLUE value IS 85 (33.59% from 255) = 17.60%
R=39.13%
G=43.27%
B=17.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189209850.1000.590.1869.6857.4157.65
HexBDD155A03B1246393a
Octal27532112512073221067172
Binary1011110111010001101010110100111011100101000110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD155; }

 p { color: rgb(189,209,85); }

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

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

 a { background-color: rgb(189,209,85); }

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

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

 span { border-color: rgb(189,209,85); }

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