#CBE4BD

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

Shades of Tea Green #CBE4BD

Tints of Tea Green #CBE4BD

Color information

#CBE4BD (or 0xCBE4BD) is unknown color: approx Tea Green. HEX triplet: CB, E4 and BD. RGB value is (203,228,189). Sum of RGB (Red+Green+Blue) = 203+228+189=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4BD is #341B42. Grayscale: #D8D8D8. Windows color (decimal): -3414851 or 12444875. OLE color: 12444875.

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

Color convert

RGB203228189-
CMYK0.1100.170.11
HSL98.46º41.94%81.76%-
HSV(B)98.46º17.11%89.41%-
XYZ61.5671.8658.77-
YUV216.08112.72118.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 228 (89.45% from 255) = 36.77%
BLUE value IS 189 (74.22% from 255) = 30.48%
R=32.74%
G=36.77%
B=30.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032281890.1100.170.1198.4641.9481.76
HexCBE4BDB011B622a52
Octal313344275130211314252122
Binary1100101111100100101111011011010001101111000101010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE4BD; }

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

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

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

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

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

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

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

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