Html Css Color HEX #CCCF99 Green Mist

📋 copy color: '#CCCF99'

red 204 ◦ green 207 ◦ blue 153

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

Shades of Green Mist #CCCF99

Tints of Green Mist #CCCF99

RGB

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

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

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

R = 36.17%
G = 36.7%
B = 27.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CCCF99 (or 0xCCCF99) is known color: Green Mist. HEX triplet: CC, CF and 99. RGB value is (204,207,153). Sum of RGB (Red+Green+Blue) = 204+207+153=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCF99 is #333066. Grayscale: #C8C8C8. Windows color (decimal): -3354727 or 10080204. OLE color: 10080204.

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

Color convert

RGB 204 207 153 -
CMYK 0.01 0 0.26 0.19
HSL 63.33º 0.36% 0.71% -
HSV(B) 63.33º 0.26% 0.81% -
XYZ 52.96 59.76 38.88 -
YUV 199.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 204 207 153 0.01 0 0.26 0.19 63.33 0.36 0.71
Hex CC CF 99 1 0 1A 13 3F 24 47
Octal 314 317 231 1 0 32 23 77 44 107
Binary 11001100 11001111 10011001 1 0 11010 10011 111111 100100 1000111

Color Harmonies of #CCCF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF99

Black with #CCCF99

Text Example


Text Example

White with #CCCF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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