Html Css Color HEX #CCCF96 Green Mist

📋 copy color: '#CCCF96'

red 204 ◦ green 207 ◦ blue 150

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

Shades of Green Mist #CCCF96

Tints of Green Mist #CCCF96

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.9%

 BLUE value IS 150 (58.98% from 255) = 26.74%

R = 36.36%
G = 36.9%
B = 26.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CCCF96 (or 0xCCCF96) is known color: Green Mist. HEX triplet: CC, CF and 96. RGB value is (204,207,150). Sum of RGB (Red+Green+Blue) = 204+207+150=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCF96 is #333069. Grayscale: #C7C7C7. Windows color (decimal): -3354730 or 9883596. OLE color: 9883596.

HSL color Cylindrical-coordinate representation of color #CCCF96: hue angle of 63.16º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCCF96 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 207 150 -
CMYK 0.01 0 0.28 0.19
HSL 63.16º 0.37% 0.7% -
HSV(B) 63.16º 0.28% 0.81% -
XYZ 52.72 59.67 37.59 -
YUV 199.61 100.01 131.13 -
System Red Green Blue C M Y K H S L
Decimal 204 207 150 0.01 0 0.28 0.19 63.16 0.37 0.7
Hex CC CF 96 1 0 1C 13 3F 25 46
Octal 314 317 226 1 0 34 23 77 45 106
Binary 11001100 11001111 10010110 1 0 11100 10011 111111 100101 1000110

Color Harmonies of #CCCF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF96

Black with #CCCF96

Text Example


Text Example

White with #CCCF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF96; }

 p { color: rgb(204,207,150); }

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

background-color css

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

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

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

border-color css

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

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

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