#CBE2BB

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

Shades of Tea Green #CBE2BB

Tints of Tea Green #CBE2BB

Color information

#CBE2BB (or 0xCBE2BB) is unknown color: approx Tea Green. HEX triplet: CB, E2 and BB. RGB value is (203,226,187). Sum of RGB (Red+Green+Blue) = 203+226+187=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2BB is #341D44. Grayscale: #D6D6D6. Windows color (decimal): -3415365 or 12313291. OLE color: 12313291.

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

Color convert

RGB203226187-
CMYK0.1000.170.11
HSL95.38º40.21%80.98%-
HSV(B)95.38º17.26%88.63%-
XYZ60.7970.6857.45-
YUV214.68112.38119.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.95%
GREEN value IS 226 (88.67% from 255) = 36.69%
BLUE value IS 187 (73.44% from 255) = 30.36%
R=32.95%
G=36.69%
B=30.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032261870.1000.170.1195.3840.2180.98
HexCBE2BBA011B5f2851
Octal313342273120211313750121
Binary1100101111100010101110111010010001101110111111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE2BB; }

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

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

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

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

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

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

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

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