Html Css Color HEX #CCD29D Green Mist

📋 copy color: '#CCD29D'

red 204 ◦ green 210 ◦ blue 157

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

Shades of Green Mist #CCD29D

Tints of Green Mist #CCD29D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.78%

 BLUE value IS 157 (61.72% from 255) = 27.5%

R = 35.73%
G = 36.78%
B = 27.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#CCD29D (or 0xCCD29D) is known color: Green Mist. HEX triplet: CC, D2 and 9D. RGB value is (204,210,157). Sum of RGB (Red+Green+Blue) = 204+210+157=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD29D is #332D62. Grayscale: #CACACA. Windows color (decimal): -3353955 or 10343116. OLE color: 10343116.

HSL color Cylindrical-coordinate representation of color #CCD29D: hue angle of 66.79º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCD29D is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 157 -
CMYK 0.03 0 0.25 0.18
HSL 66.79º 0.37% 0.72% -
HSV(B) 66.79º 0.25% 0.82% -
XYZ 54.03 61.36 40.89 -
YUV 202.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 204 210 157 0.03 0 0.25 0.18 66.79 0.37 0.72
Hex CC D2 9D 3 0 19 12 43 25 48
Octal 314 322 235 3 0 31 22 103 45 110
Binary 11001100 11010010 10011101 11 0 11001 10010 1000011 100101 1001000

Color Harmonies of #CCD29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD29D

Black with #CCD29D

Text Example


Text Example

White with #CCD29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD29D; }

 p { color: rgb(204,210,157); }

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

background-color css

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

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

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

border-color css

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

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

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