#D2E7BC

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

Shades of Tea Green #D2E7BC

Tints of Tea Green #D2E7BC

Color information

#D2E7BC (or 0xD2E7BC) is unknown color: approx Tea Green. HEX triplet: D2, E7 and BC. RGB value is (210,231,188). Sum of RGB (Red+Green+Blue) = 210+231+188=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 231 (90.62% from 255 or 36.72% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E7BC is #2D1843. Grayscale: #DBDBDB. Windows color (decimal): -2955332 or 12380114. OLE color: 12380114.

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

Color convert

RGB210231188-
CMYK0.0900.190.09
HSL89.3º47.25%82.16%-
HSV(B)89.3º18.61%90.59%-
XYZ64.2374.4858.57-
YUV219.82110.04121-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.39%
GREEN value IS 231 (90.62% from 255) = 36.72%
BLUE value IS 188 (73.83% from 255) = 29.89%
R=33.39%
G=36.72%
B=29.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102311880.0900.190.0989.347.2582.16
HexD2E7BC90139592f52
Octal322347274110231113157122
Binary1101001011100111101111001001010011100110110011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E7BC; }

 p { color: rgb(210,231,188); }

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

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

 a { background-color: rgb(210,231,188); }

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

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

 span { border-color: rgb(210,231,188); }

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