Html Css Color HEX #CCD29A Green Mist

📋 copy color: '#CCD29A'

red 204 ◦ green 210 ◦ blue 154

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

Shades of Green Mist #CCD29A

Tints of Green Mist #CCD29A

RGB

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

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

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

R = 35.92%
G = 36.97%
B = 27.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#CCD29A (or 0xCCD29A) is known color: Green Mist. HEX triplet: CC, D2 and 9A. RGB value is (204,210,154). Sum of RGB (Red+Green+Blue) = 204+210+154=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD29A is #332D65. Grayscale: #CACACA. Windows color (decimal): -3353958 or 10146508. OLE color: 10146508.

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

Color convert

RGB 204 210 154 -
CMYK 0.03 0 0.27 0.18
HSL 66.43º 0.38% 0.71% -
HSV(B) 66.43º 0.27% 0.82% -
XYZ 53.78 61.26 39.56 -
YUV 201.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 204 210 154 0.03 0 0.27 0.18 66.43 0.38 0.71
Hex CC D2 9A 3 0 1B 12 42 26 47
Octal 314 322 232 3 0 33 22 102 46 107
Binary 11001100 11010010 10011010 11 0 11011 10010 1000010 100110 1000111

Color Harmonies of #CCD29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD29A

Black with #CCD29A

Text Example


Text Example

White with #CCD29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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