#CBCC9C

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

Shades of Green Mist #CBCC9C

Tints of Green Mist #CBCC9C

Color information

#CBCC9C (or 0xCBCC9C) is unknown color: approx Green Mist. HEX triplet: CB, CC and 9C. RGB value is (203,204,156). Sum of RGB (Red+Green+Blue) = 203+204+156=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCC9C is #343363. Grayscale: #C6C6C6. Windows color (decimal): -3421028 or 10276043. OLE color: 10276043.

HSL color Cylindrical-coordinate representation of color #CBCC9C: hue angle of 61.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBCC9C is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB203204156-
CMYK0.0000.240.2
HSL61.25º32%70.59%-
HSV(B)61.25º23.53%80%-
XYZ52.2258.2839.95-
YUV198.23104.17131.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 204 (80.08% from 255) = 36.23%
BLUE value IS 156 (61.33% from 255) = 27.71%
R=36.06%
G=36.23%
B=27.71%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032041560.0000.240.261.253270.59
HexCBCC9C0018143d2047
Octal3133142340030247540107
Binary1100101111001100100111000011000101001111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC9C; }

 p { color: rgb(203,204,156); }

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

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

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

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

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

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

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