#CBE4B9

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

Shades of Tea Green #CBE4B9

Tints of Tea Green #CBE4B9

Color information

#CBE4B9 (or 0xCBE4B9) is unknown color: approx Tea Green. HEX triplet: CB, E4 and B9. RGB value is (203,228,185). Sum of RGB (Red+Green+Blue) = 203+228+185=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 185 (72.66% from 255 or 30.03% from 616); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4B9 is #341B46. Grayscale: #D7D7D7. Windows color (decimal): -3414855 or 12182731. OLE color: 12182731.

HSL color Cylindrical-coordinate representation of color #CBE4B9: hue angle of 94.88º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBE4B9 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB203228185-
CMYK0.1100.190.11
HSL94.88º44.33%80.98%-
HSV(B)94.88º18.86%89.41%-
XYZ61.1371.6956.51-
YUV215.62110.72119-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.95%
GREEN value IS 228 (89.45% from 255) = 37.01%
BLUE value IS 185 (72.66% from 255) = 30.03%
R=32.95%
G=37.01%
B=30.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032281850.1100.190.1194.8844.3380.98
HexCBE4B9B013B5f2c51
Octal313344271130231313754121
Binary1100101111100100101110011011010011101110111111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE4B9; }

 p { color: rgb(203,228,185); }

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

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

 a { background-color: rgb(203,228,185); }

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

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

 span { border-color: rgb(203,228,185); }

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