Html Css Color HEX #CCD49A Green Mist

📋 copy color: '#CCD49A'

red 204 ◦ green 212 ◦ blue 154

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

Shades of Green Mist #CCD49A

Tints of Green Mist #CCD49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.02%

R = 35.79%
G = 37.19%
B = 27.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#CCD49A (or 0xCCD49A) is known color: Green Mist. HEX triplet: CC, D4 and 9A. RGB value is (204,212,154). Sum of RGB (Red+Green+Blue) = 204+212+154=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 154 (60.55% from 255 or 27.02% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD49A is #332B65. Grayscale: #CBCBCB. Windows color (decimal): -3353446 or 10147020. OLE color: 10147020.

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

Color convert

RGB 204 212 154 -
CMYK 0.04 0 0.27 0.17
HSL 68.28º 0.4% 0.72% -
HSV(B) 68.28º 0.27% 0.83% -
XYZ 54.28 62.26 39.73 -
YUV 203 100.35 128.72 -
System Red Green Blue C M Y K H S L
Decimal 204 212 154 0.04 0 0.27 0.17 68.28 0.4 0.72
Hex CC D4 9A 4 0 1B 11 44 28 48
Octal 314 324 232 4 0 33 21 104 50 110
Binary 11001100 11010100 10011010 100 0 11011 10001 1000100 101000 1001000

Color Harmonies of #CCD49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD49A

Black with #CCD49A

Text Example


Text Example

White with #CCD49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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