#CBCC9D

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

Shades of Green Mist #CBCC9D

Tints of Green Mist #CBCC9D

Color information

#CBCC9D (or 0xCBCC9D) is unknown color: approx Green Mist. HEX triplet: CB, CC and 9D. RGB value is (203,204,157). Sum of RGB (Red+Green+Blue) = 203+204+157=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCC9D is #343362. Grayscale: #C6C6C6. Windows color (decimal): -3421027 or 10341579. OLE color: 10341579.

HSL color Cylindrical-coordinate representation of color #CBCC9D: hue angle of 61.28º degrees, saturation: 0.32, 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 #CBCC9D is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB203204157-
CMYK0.0000.230.2
HSL61.28º31.54%70.78%-
HSV(B)61.28º23.04%80%-
XYZ52.3158.3240.4-
YUV198.34104.67131.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 157 (61.72% from 255) = 27.84%
R=35.99%
G=36.17%
B=27.84%

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
Decimal2032041570.0000.230.261.2831.5470.78
HexCBCC9D0017143d2047
Octal3133142350027247540107
Binary1100101111001100100111010010111101001111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC9D; }

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

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

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

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

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

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

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

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