#CBE9BF

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

Shades of Tea Green #CBE9BF

Tints of Tea Green #CBE9BF

Color information

#CBE9BF (or 0xCBE9BF) is unknown color: approx Tea Green. HEX triplet: CB, E9 and BF. RGB value is (203,233,191). Sum of RGB (Red+Green+Blue) = 203+233+191=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE9BF is #341640. Grayscale: #DBDBDB. Windows color (decimal): -3413569 or 12577227. OLE color: 12577227.

HSL color Cylindrical-coordinate representation of color #CBE9BF: hue angle of 102.86º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBE9BF is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB203233191-
CMYK0.1300.180.09
HSL102.86º48.84%83.14%-
HSV(B)102.86º18.03%91.37%-
XYZ63.1774.7460.39-
YUV219.24112.06116.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 233 (91.41% from 255) = 37.16%
BLUE value IS 191 (75% from 255) = 30.46%
R=32.38%
G=37.16%
B=30.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032331910.1300.180.09102.8648.8483.14
HexCBE9BFD0129673153
Octal313351277150221114761123
Binary1100101111101001101111111101010010100111001111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE9BF; }

 p { color: rgb(203,233,191); }

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

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

 a { background-color: rgb(203,233,191); }

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

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

 span { border-color: rgb(203,233,191); }

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