#CBCC9E

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

Shades of Green Mist #CBCC9E

Tints of Green Mist #CBCC9E

Color information

#CBCC9E (or 0xCBCC9E) is unknown color: approx Green Mist. HEX triplet: CB, CC and 9E. RGB value is (203,204,158). Sum of RGB (Red+Green+Blue) = 203+204+158=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCC9E is #343361. Grayscale: #C6C6C6. Windows color (decimal): -3421026 or 10407115. OLE color: 10407115.

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

Color convert

RGB203204158-
CMYK0.0000.230.2
HSL61.3º31.08%70.98%-
HSV(B)61.3º22.55%80%-
XYZ52.3958.3540.85-
YUV198.46105.17131.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.93%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 158 (62.11% from 255) = 27.96%
R=35.93%
G=36.11%
B=27.96%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032041580.0000.230.261.331.0870.98
HexCBCC9E0017143d1f47
Octal3133142360027247537107
Binary110010111100110010011110001011110100111101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC9E; }

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

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

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

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

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

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

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

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