Html Css Color HEX #CCCD9A Green Mist

📋 copy color: '#CCCD9A'

red 204 ◦ green 205 ◦ blue 154

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

Shades of Green Mist #CCCD9A

Tints of Green Mist #CCCD9A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.41%

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

R = 36.23%
G = 36.41%
B = 27.35%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CCCD9A (or 0xCCCD9A) is known color: Green Mist. HEX triplet: CC, CD and 9A. RGB value is (204,205,154). Sum of RGB (Red+Green+Blue) = 204+205+154=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCD9A is #333265. Grayscale: #C7C7C7. Windows color (decimal): -3355238 or 10145228. OLE color: 10145228.

HSL color Cylindrical-coordinate representation of color #CCCD9A: hue angle of 61.18º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCCD9A is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 154 -
CMYK 0.00 0 0.25 0.20
HSL 61.18º 0.34% 0.7% -
HSV(B) 61.18º 0.25% 0.8% -
XYZ 52.57 58.83 39.16 -
YUV 198.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 204 205 154 0.00 0 0.25 0.20 61.18 0.34 0.7
Hex CC CD 9A 0 0 19 14 3D 22 46
Octal 314 315 232 0 0 31 24 75 42 106
Binary 11001100 11001101 10011010 0 0 11001 10100 111101 100010 1000110

Color Harmonies of #CCCD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCD9A

Black with #CCCD9A

Text Example


Text Example

White with #CCCD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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