Html Css Color HEX #CCD49C Green Mist

📋 copy color: '#CCD49C'

red 204 ◦ green 212 ◦ blue 156

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

Shades of Green Mist #CCD49C

Tints of Green Mist #CCD49C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.06%

 BLUE value IS 156 (61.33% from 255) = 27.27%

R = 35.66%
G = 37.06%
B = 27.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#CCD49C (or 0xCCD49C) is known color: Green Mist. HEX triplet: CC, D4 and 9C. RGB value is (204,212,156). Sum of RGB (Red+Green+Blue) = 204+212+156=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD49C is #332B63. Grayscale: #CBCBCB. Windows color (decimal): -3353444 or 10278092. OLE color: 10278092.

HSL color Cylindrical-coordinate representation of color #CCD49C: hue angle of 68.57º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCD49C is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 156 -
CMYK 0.04 0 0.26 0.17
HSL 68.57º 0.39% 0.72% -
HSV(B) 68.57º 0.26% 0.83% -
XYZ 54.45 62.32 40.61 -
YUV 203.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 204 212 156 0.04 0 0.26 0.17 68.57 0.39 0.72
Hex CC D4 9C 4 0 1A 11 45 27 48
Octal 314 324 234 4 0 32 21 105 47 110
Binary 11001100 11010100 10011100 100 0 11010 10001 1000101 100111 1001000

Color Harmonies of #CCD49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD49C

Black with #CCD49C

Text Example


Text Example

White with #CCD49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD49C; }

 p { color: rgb(204,212,156); }

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

background-color css

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

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

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

border-color css

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

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

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