#BDD454

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

Shades of Wild Willow #BDD454

Tints of Wild Willow #BDD454

Color information

#BDD454 (or 0xBDD454) is unknown color: approx Wild Willow. HEX triplet: BD, D4 and 54. RGB value is (189,212,84). Sum of RGB (Red+Green+Blue) = 189+212+84=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD454 is #422BAB. Grayscale: #BFBFBF. Windows color (decimal): -4336556 or 5559485. OLE color: 5559485.

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

Color convert

RGB18921284-
CMYK0.1100.600.17
HSL70.78º59.81%58.04%-
HSV(B)70.78º60.38%83.14%-
XYZ46.1358.5517.26-
YUV190.5367.88126.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 212 (83.20% from 255) = 43.71%
BLUE value IS 84 (33.20% from 255) = 17.32%
R=38.97%
G=43.71%
B=17.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal189212840.1100.600.1770.7859.8158.04
HexBDD454B03C11473c3a
Octal27532412413074211077472
Binary1011110111010100101010010110111100100011000111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD454; }

 p { color: rgb(189,212,84); }

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

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

 a { background-color: rgb(189,212,84); }

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

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

 span { border-color: rgb(189,212,84); }

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