#BDD273

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

Shades of Wild Willow #BDD273

Tints of Wild Willow #BDD273

Color information

#BDD273 (or 0xBDD273) is unknown color: approx Wild Willow. HEX triplet: BD, D2 and 73. RGB value is (189,210,115). Sum of RGB (Red+Green+Blue) = 189+210+115=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD273 is #422D8C. Grayscale: #C1C1C1. Windows color (decimal): -4337037 or 7590589. OLE color: 7590589.

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

Color convert

RGB189210115-
CMYK0.1000.450.18
HSL73.26º51.35%63.73%-
HSV(B)73.26º45.24%82.35%-
XYZ47.1358.1524.96-
YUV192.8984.04125.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 210 (82.42% from 255) = 40.86%
BLUE value IS 115 (45.31% from 255) = 22.37%
R=36.77%
G=40.86%
B=22.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892101150.1000.450.1873.2651.3563.73
HexBDD273A02D12493340
Octal275322163120552211163100
Binary10111101110100101110011101001011011001010010011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD273; }

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

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

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

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

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

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

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

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