#CBCEA1

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

Shades of Green Mist #CBCEA1

Tints of Green Mist #CBCEA1

Color information

#CBCEA1 (or 0xCBCEA1) is unknown color: approx Green Mist. HEX triplet: CB, CE and A1. RGB value is (203,206,161). Sum of RGB (Red+Green+Blue) = 203+206+161=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCEA1 is #34315E. Grayscale: #C8C8C8. Windows color (decimal): -3420511 or 10604235. OLE color: 10604235.

HSL color Cylindrical-coordinate representation of color #CBCEA1: hue angle of 64º degrees, saturation: 0.31, 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 #CBCEA1 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB203206161-
CMYK0.0100.220.19
HSL64º31.47%71.96%-
HSV(B)64º21.84%80.78%-
XYZ53.1359.4142.39-
YUV199.97106.01130.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 206 (80.86% from 255) = 36.14%
BLUE value IS 161 (63.28% from 255) = 28.25%
R=35.61%
G=36.14%
B=28.25%

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
Decimal2032061610.0100.220.196431.4771.96
HexCBCEA1101613401f48
Octal31331624110262310037110
Binary1100101111001110101000011010110100111000000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEA1; }

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

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

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

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

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

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

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

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