Html Css Color HEX #CCCC9B Green Mist

📋 copy color: '#CCCC9B'

red 204 ◦ green 204 ◦ blue 155

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

Shades of Green Mist #CCCC9B

Tints of Green Mist #CCCC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.53%

R = 36.23%
G = 36.23%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCCC9B (or 0xCCCC9B) is known color: Green Mist. HEX triplet: CC, CC and 9B. RGB value is (204,204,155). Sum of RGB (Red+Green+Blue) = 204+204+155=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC9B is #333364. Grayscale: #C6C6C6. Windows color (decimal): -3355493 or 10210508. OLE color: 10210508.

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

Color convert

RGB 204 204 155 -
CMYK 0 0 0.24 0.2
HSL 60º 0.32% 0.7% -
HSV(B) 60º 0.24% 0.8% -
XYZ 52.41 58.39 39.52 -
YUV 198.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 204 204 155 0 0 0.24 0.2 60 0.32 0.7
Hex CC CC 9B 0 0 18 14 3C 20 46
Octal 314 314 233 0 0 30 24 74 40 106
Binary 11001100 11001100 10011011 0 0 11000 10100 111100 100000 1000110

Color Harmonies of #CCCC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC9B

Black with #CCCC9B

Text Example


Text Example

White with #CCCC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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