#CBCC9B

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

Shades of Green Mist #CBCC9B

Tints of Green Mist #CBCC9B

Color information

#CBCC9B (or 0xCBCC9B) is unknown color: approx Green Mist. HEX triplet: CB, CC and 9B. RGB value is (203,204,155). Sum of RGB (Red+Green+Blue) = 203+204+155=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCC9B is #343364. Grayscale: #C6C6C6. Windows color (decimal): -3421029 or 10210507. OLE color: 10210507.

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

Color convert

RGB203204155-
CMYK0.0000.240.2
HSL61.22º32.45%70.39%-
HSV(B)61.22º24.02%80%-
XYZ52.1458.2539.51-
YUV198.12103.67131.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 204 (80.08% from 255) = 36.30%
BLUE value IS 155 (60.94% from 255) = 27.58%
R=36.12%
G=36.30%
B=27.58%

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
Decimal2032041550.0000.240.261.2232.4570.39
HexCBCC9B0018143d2046
Octal3133142330030247540106
Binary1100101111001100100110110011000101001111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCC9B; }

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

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

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

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

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

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

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

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