#CBCEA0

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

Shades of Green Mist #CBCEA0

Tints of Green Mist #CBCEA0

Color information

#CBCEA0 (or 0xCBCEA0) is unknown color: approx Green Mist. HEX triplet: CB, CE and A0. RGB value is (203,206,160). Sum of RGB (Red+Green+Blue) = 203+206+160=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCEA0 is #34315F. Grayscale: #C8C8C8. Windows color (decimal): -3420512 or 10538699. OLE color: 10538699.

HSL color Cylindrical-coordinate representation of color #CBCEA0: hue angle of 63.91º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBCEA0 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB203206160-
CMYK0.0100.220.19
HSL63.91º31.94%71.76%-
HSV(B)63.91º22.33%80.78%-
XYZ53.0559.3841.92-
YUV199.86105.51130.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 206 (80.86% from 255) = 36.20%
BLUE value IS 160 (62.89% from 255) = 28.12%
R=35.68%
G=36.20%
B=28.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032061600.0100.220.1963.9131.9471.76
HexCBCEA0101613402048
Octal31331624010262310040110
Binary11001011110011101010000010101101001110000001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEA0; }

 p { color: rgb(203,206,160); }

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

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

 a { background-color: rgb(203,206,160); }

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

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

 span { border-color: rgb(203,206,160); }

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