#CBE4BC

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

Shades of Tea Green #CBE4BC

Tints of Tea Green #CBE4BC

Color information

#CBE4BC (or 0xCBE4BC) is unknown color: approx Tea Green. HEX triplet: CB, E4 and BC. RGB value is (203,228,188). Sum of RGB (Red+Green+Blue) = 203+228+188=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4BC is #341B43. Grayscale: #D8D8D8. Windows color (decimal): -3414852 or 12379339. OLE color: 12379339.

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

Color convert

RGB203228188-
CMYK0.1100.180.11
HSL97.5º42.55%81.57%-
HSV(B)97.5º17.54%89.41%-
XYZ61.4571.8158.2-
YUV215.96112.22118.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.79%
GREEN value IS 228 (89.45% from 255) = 36.83%
BLUE value IS 188 (73.83% from 255) = 30.37%
R=32.79%
G=36.83%
B=30.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032281880.1100.180.1197.542.5581.57
HexCBE4BCB012B622b52
Octal313344274130221314253122
Binary1100101111100100101111001011010010101111000101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE4BC; }

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

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

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

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

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

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

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

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