#CBE3BD

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

Shades of Tea Green #CBE3BD

Tints of Tea Green #CBE3BD

Color information

#CBE3BD (or 0xCBE3BD) is unknown color: approx Tea Green. HEX triplet: CB, E3 and BD. RGB value is (203,227,189). Sum of RGB (Red+Green+Blue) = 203+227+189=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE3BD is #341C42. Grayscale: #D7D7D7. Windows color (decimal): -3415107 or 12444619. OLE color: 12444619.

HSL color Cylindrical-coordinate representation of color #CBE3BD: hue angle of 97.89º degrees, saturation: 0.4, 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 #CBE3BD is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB203227189-
CMYK0.1100.170.11
HSL97.89º40.43%81.57%-
HSV(B)97.89º16.74%89.02%-
XYZ61.2871.3158.68-
YUV215.49113.05119.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.79%
GREEN value IS 227 (89.06% from 255) = 36.67%
BLUE value IS 189 (74.22% from 255) = 30.53%
R=32.79%
G=36.67%
B=30.53%

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
Decimal2032271890.1100.170.1197.8940.4381.57
HexCBE3BDB011B622852
Octal313343275130211314250122
Binary1100101111100011101111011011010001101111000101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE3BD; }

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

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

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

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

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

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

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

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