#BDD474

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

Shades of Wild Willow #BDD474

Tints of Wild Willow #BDD474

Color information

#BDD474 (or 0xBDD474) is unknown color: approx Wild Willow. HEX triplet: BD, D4 and 74. RGB value is (189,212,116). Sum of RGB (Red+Green+Blue) = 189+212+116=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD474 is #422B8B. Grayscale: #C2C2C2. Windows color (decimal): -4336524 or 7656637. OLE color: 7656637.

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

Color convert

RGB189212116-
CMYK0.1100.450.17
HSL74.38º52.75%64.31%-
HSV(B)74.38º45.28%83.14%-
XYZ47.6859.1725.43-
YUV194.1883.88124.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 212 (83.20% from 255) = 41.01%
BLUE value IS 116 (45.70% from 255) = 22.44%
R=36.56%
G=41.01%
B=22.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892121160.1100.450.1774.3852.7564.31
HexBDD474B02D114a3540
Octal275324164130552111265100
Binary10111101110101001110100101101011011000110010101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD474; }

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

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

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

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

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

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

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

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