#CBCB9E

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

Shades of Green Mist #CBCB9E

Tints of Green Mist #CBCB9E

Color information

#CBCB9E (or 0xCBCB9E) is unknown color: approx Green Mist. HEX triplet: CB, CB and 9E. RGB value is (203,203,158). Sum of RGB (Red+Green+Blue) = 203+203+158=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCB9E is #343461. Grayscale: #C6C6C6. Windows color (decimal): -3421282 or 10406859. OLE color: 10406859.

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

Color convert

RGB203203158-
CMYK000.220.20
HSL60º30.2%70.78%-
HSV(B)60º22.17%79.61%-
XYZ52.1657.8840.77-
YUV197.87105.5131.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 158 (62.11% from 255) = 28.01%
R=35.99%
G=35.99%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203203158000.220.206030.270.78
HexCBCB9E0016143c1e47
Octal3133132360026247436107
Binary110010111100101110011110001011010100111100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCB9E; }

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

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

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

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

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

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

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

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