#D0E9BD

Color #D0E9BD Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #D0E9BD

Tints of Tea Green #D0E9BD

Color information

#D0E9BD (or 0xD0E9BD) is unknown color: approx Tea Green. HEX triplet: D0, E9 and BD. RGB value is (208,233,189). Sum of RGB (Red+Green+Blue) = 208+233+189=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9BD is #2F1642. Grayscale: #DCDCDC. Windows color (decimal): -3085891 or 12446160. OLE color: 12446160.

HSL color Cylindrical-coordinate representation of color #D0E9BD: hue angle of 94.09º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0E9BD is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB208233189-
CMYK0.1100.190.09
HSL94.09º50%82.75%-
HSV(B)94.09º18.88%91.37%-
XYZ64.3475.3659.3-
YUV220.51110.22119.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.02%
GREEN value IS 233 (91.41% from 255) = 36.98%
BLUE value IS 189 (74.22% from 255) = 30%
R=33.02%
G=36.98%
B=30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082331890.1100.190.0994.095082.75
HexD0E9BDB01395e3253
Octal320351275130231113662123
Binary1101000011101001101111011011010011100110111101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E9BD; }

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

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

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

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

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

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

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

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