Html Css Color HEX #CCCC99 Green Mist

📋 copy color: '#CCCC99'

red 204 ◦ green 204 ◦ blue 153

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

Shades of Green Mist #CCCC99

Tints of Green Mist #CCCC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.27%

R = 36.36%
G = 36.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCCC99 (or 0xCCCC99) is known color: Green Mist. HEX triplet: CC, CC and 99. RGB value is (204,204,153). Sum of RGB (Red+Green+Blue) = 204+204+153=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC99 is a web safe color. Inversed color of #CCCC99 is #333366. Grayscale: #C6C6C6. Windows color (decimal): -3355495 or 10079436. OLE color: 10079436.

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

Color convert

RGB 204 204 153 -
CMYK 0 0 0.25 0.2
HSL 60º 0.33% 0.7% -
HSV(B) 60º 0.25% 0.8% -
XYZ 52.24 58.32 38.64 -
YUV 198.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 204 204 153 0 0 0.25 0.2 60 0.33 0.7
Hex CC CC 99 0 0 19 14 3C 21 46
Octal 314 314 231 0 0 31 24 74 41 106
Binary 11001100 11001100 10011001 0 0 11001 10100 111100 100001 1000110

Color Harmonies of #CCCC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC99

Black with #CCCC99

Text Example


Text Example

White with #CCCC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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