#BDD272

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

Shades of Wild Willow #BDD272

Tints of Wild Willow #BDD272

Color information

#BDD272 (or 0xBDD272) is unknown color: approx Wild Willow. HEX triplet: BD, D2 and 72. RGB value is (189,210,114). Sum of RGB (Red+Green+Blue) = 189+210+114=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD272 is #422D8D. Grayscale: #C1C1C1. Windows color (decimal): -4337038 or 7525053. OLE color: 7525053.

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

Color convert

RGB189210114-
CMYK0.1000.460.18
HSL73.12º51.61%63.53%-
HSV(B)73.12º45.71%82.35%-
XYZ47.0758.1324.66-
YUV192.7883.54125.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 210 (82.42% from 255) = 40.94%
BLUE value IS 114 (44.92% from 255) = 22.22%
R=36.84%
G=40.94%
B=22.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892101140.1000.460.1873.1251.6163.53
HexBDD272A02E12493440
Octal275322162120562211164100
Binary10111101110100101110010101001011101001010010011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD272; }

 p { color: rgb(189,210,114); }

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

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

 a { background-color: rgb(189,210,114); }

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

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

 span { border-color: rgb(189,210,114); }

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