#CBE7BC

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

Shades of Tea Green #CBE7BC

Tints of Tea Green #CBE7BC

Color information

#CBE7BC (or 0xCBE7BC) is unknown color: approx Tea Green. HEX triplet: CB, E7 and BC. RGB value is (203,231,188). Sum of RGB (Red+Green+Blue) = 203+231+188=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE7BC is #341843. Grayscale: #D9D9D9. Windows color (decimal): -3414084 or 12380107. OLE color: 12380107.

HSL color Cylindrical-coordinate representation of color #CBE7BC: hue angle of 99.07º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBE7BC is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB203231188-
CMYK0.1200.190.09
HSL99.07º47.25%82.16%-
HSV(B)99.07º18.61%90.59%-
XYZ62.2873.4858.48-
YUV217.73111.22117.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 231 (90.62% from 255) = 37.14%
BLUE value IS 188 (73.83% from 255) = 30.23%
R=32.64%
G=37.14%
B=30.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032311880.1200.190.0999.0747.2582.16
HexCBE7BCC0139632f52
Octal313347274140231114357122
Binary1100101111100111101111001100010011100111000111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE7BC; }

 p { color: rgb(203,231,188); }

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

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

 a { background-color: rgb(203,231,188); }

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

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

 span { border-color: rgb(203,231,188); }

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