Html Css Color HEX #CCCC9D Green Mist

📋 copy color: '#CCCC9D'

red 204 ◦ green 204 ◦ blue 157

#CCCC9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #CCCC9D

Tints of Green Mist #CCCC9D

RGB

 RED value IS 204 (80.08% from 255) = 36.11%

 GREEN value IS 204 (80.08% from 255) = 36.11%

 BLUE value IS 157 (61.72% from 255) = 27.79%

R = 36.11%
G = 36.11%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CCCC9D (or 0xCCCC9D) is known color: Green Mist. HEX triplet: CC, CC and 9D. RGB value is (204,204,157). Sum of RGB (Red+Green+Blue) = 204+204+157=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC9D is #333362. Grayscale: #C6C6C6. Windows color (decimal): -3355491 or 10341580. OLE color: 10341580.

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

Color convert

RGB 204 204 157 -
CMYK 0 0 0.23 0.2
HSL 60º 0.32% 0.71% -
HSV(B) 60º 0.23% 0.8% -
XYZ 52.58 58.46 40.41 -
YUV 198.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 204 204 157 0 0 0.23 0.2 60 0.32 0.71
Hex CC CC 9D 0 0 17 14 3C 20 47
Octal 314 314 235 0 0 27 24 74 40 107
Binary 11001100 11001100 10011101 0 0 10111 10100 111100 100000 1000111

Color Harmonies of #CCCC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC9D

Black with #CCCC9D

Text Example


Text Example

White with #CCCC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC9D; }

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

 H1.HeaderClassName
 {
   color: #CCCC9D;
 }
 .AnyTagClassName
 {
   color: #CCCC9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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