#BDD055

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

Shades of Wild Willow #BDD055

Tints of Wild Willow #BDD055

Color information

#BDD055 (or 0xBDD055) is unknown color: approx Wild Willow. HEX triplet: BD, D0 and 55. RGB value is (189,208,85). Sum of RGB (Red+Green+Blue) = 189+208+85=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD055 is #422FAA. Grayscale: #BCBCBC. Windows color (decimal): -4337579 or 5623997. OLE color: 5623997.

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

Color convert

RGB18920885-
CMYK0.0900.590.18
HSL69.27º56.68%57.45%-
HSV(B)69.27º59.13%81.57%-
XYZ45.1856.5917.14-
YUV188.369.71128.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 85 (33.59% from 255) = 17.63%
R=39.21%
G=43.15%
B=17.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189208850.0900.590.1869.2756.6857.45
HexBDD055903B12453939
Octal27532012511073221057171
Binary1011110111010000101010110010111011100101000101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD055; }

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

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

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

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

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

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

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

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