#CBCBA1

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

Shades of Green Mist #CBCBA1

Tints of Green Mist #CBCBA1

Color information

#CBCBA1 (or 0xCBCBA1) is unknown color: approx Green Mist. HEX triplet: CB, CB and A1. RGB value is (203,203,161). Sum of RGB (Red+Green+Blue) = 203+203+161=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 161 (63.28% from 255 or 28.40% from 567); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCBA1 is #34345E. Grayscale: #C6C6C6. Windows color (decimal): -3421279 or 10603467. OLE color: 10603467.

HSL color Cylindrical-coordinate representation of color #CBCBA1: hue angle of 60º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBCBA1 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB203203161-
CMYK000.210.20
HSL60º28.77%71.37%-
HSV(B)60º20.69%79.61%-
XYZ52.4257.9842.15-
YUV198.21107131.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 203 (79.69% from 255) = 35.80%
BLUE value IS 161 (63.28% from 255) = 28.40%
R=35.80%
G=35.80%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203203161000.210.206028.7771.37
HexCBCBA10015143c1d47
Octal3133132410025247435107
Binary110010111100101110100001001010110100111100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBA1; }

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

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

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

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

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

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

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

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