Html Css Color HEX #CCCC9F Green Mist

📋 copy color: '#CCCC9F'

red 204 ◦ green 204 ◦ blue 159

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

Shades of Green Mist #CCCC9F

Tints of Green Mist #CCCC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 28.04%

R = 35.98%
G = 35.98%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CCCC9F (or 0xCCCC9F) is known color: Green Mist. HEX triplet: CC, CC and 9F. RGB value is (204,204,159). Sum of RGB (Red+Green+Blue) = 204+204+159=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC9F is #333360. Grayscale: #C7C7C7. Windows color (decimal): -3355489 or 10472652. OLE color: 10472652.

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

Color convert

RGB 204 204 159 -
CMYK 0 0 0.22 0.2
HSL 60º 0.31% 0.71% -
HSV(B) 60º 0.22% 0.8% -
XYZ 52.75 58.53 41.32 -
YUV 198.87 105.5 131.66 -
System Red Green Blue C M Y K H S L
Decimal 204 204 159 0 0 0.22 0.2 60 0.31 0.71
Hex CC CC 9F 0 0 16 14 3C 1F 47
Octal 314 314 237 0 0 26 24 74 37 107
Binary 11001100 11001100 10011111 0 0 10110 10100 111100 11111 1000111

Color Harmonies of #CCCC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC9F

Black with #CCCC9F

Text Example


Text Example

White with #CCCC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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