#CBE7B4

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

Shades of Tea Green #CBE7B4

Tints of Tea Green #CBE7B4

Color information

#CBE7B4 (or 0xCBE7B4) is unknown color: approx Tea Green. HEX triplet: CB, E7 and B4. RGB value is (203,231,180). Sum of RGB (Red+Green+Blue) = 203+231+180=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE7B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE7B4 is #34184B. Grayscale: #D8D8D8. Windows color (decimal): -3414092 or 11855819. OLE color: 11855819.

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

Color convert

RGB203231180-
CMYK0.1200.220.09
HSL92.94º51.52%80.59%-
HSV(B)92.94º22.08%90.59%-
XYZ61.4473.1454.06-
YUV216.81107.22118.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 231 (90.62% from 255) = 37.62%
BLUE value IS 180 (70.70% from 255) = 29.32%
R=33.06%
G=37.62%
B=29.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032311800.1200.220.0992.9451.5280.59
HexCBE7B4C01695d3451
Octal313347264140261113564121
Binary1100101111100111101101001100010110100110111011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE7B4; }

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

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

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

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

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

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

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

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