#CBE2BE

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

Shades of Tea Green #CBE2BE

Tints of Tea Green #CBE2BE

Color information

#CBE2BE (or 0xCBE2BE) is unknown color: approx Tea Green. HEX triplet: CB, E2 and BE. RGB value is (203,226,190). Sum of RGB (Red+Green+Blue) = 203+226+190=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2BE is #341D41. Grayscale: #D7D7D7. Windows color (decimal): -3415362 or 12509899. OLE color: 12509899.

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

Color convert

RGB203226190-
CMYK0.1000.160.11
HSL98.33º38.3%81.57%-
HSV(B)98.33º15.93%88.63%-
XYZ61.1270.8159.16-
YUV215.02113.88119.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.79%
GREEN value IS 226 (88.67% from 255) = 36.51%
BLUE value IS 190 (74.61% from 255) = 30.69%
R=32.79%
G=36.51%
B=30.69%

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
Decimal2032261900.1000.160.1198.3338.381.57
HexCBE2BEA010B622652
Octal313342276120201314246122
Binary1100101111100010101111101010010000101111000101001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE2BE; }

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

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

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

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

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

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

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

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