#CBE1BE

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

Shades of Tea Green #CBE1BE

Tints of Tea Green #CBE1BE

Color information

#CBE1BE (or 0xCBE1BE) is unknown color: approx Tea Green. HEX triplet: CB, E1 and BE. RGB value is (203,225,190). Sum of RGB (Red+Green+Blue) = 203+225+190=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1BE is #341E41. Grayscale: #D6D6D6. Windows color (decimal): -3415618 or 12509643. OLE color: 12509643.

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

Color convert

RGB203225190-
CMYK0.1000.160.12
HSL97.71º36.84%81.37%-
HSV(B)97.71º15.56%88.24%-
XYZ60.8570.2659.07-
YUV214.43114.21119.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 225 (88.28% from 255) = 36.41%
BLUE value IS 190 (74.61% from 255) = 30.74%
R=32.85%
G=36.41%
B=30.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2032251900.1000.160.1297.7136.8481.37
HexCBE1BEA010C622551
Octal313341276120201414245121
Binary1100101111100001101111101010010000110011000101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1BE; }

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

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

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

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

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

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

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

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