#CBE2BD

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

Shades of Tea Green #CBE2BD

Tints of Tea Green #CBE2BD

Color information

#CBE2BD (or 0xCBE2BD) is unknown color: approx Tea Green. HEX triplet: CB, E2 and BD. RGB value is (203,226,189). Sum of RGB (Red+Green+Blue) = 203+226+189=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2BD is #341D42. Grayscale: #D7D7D7. Windows color (decimal): -3415363 or 12444363. OLE color: 12444363.

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

Color convert

RGB203226189-
CMYK0.1000.160.11
HSL97.3º38.95%81.37%-
HSV(B)97.3º16.37%88.63%-
XYZ61.0170.7658.59-
YUV214.9113.38119.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 226 (88.67% from 255) = 36.57%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=32.85%
G=36.57%
B=30.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032261890.1000.160.1197.338.9581.37
HexCBE2BDA010B612751
Octal313342275120201314147121
Binary1100101111100010101111011010010000101111000011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE2BD; }

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

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

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

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

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

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

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

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