Html Css Color HEX #9CAA4C Green Smoke

📋 copy color: '#9CAA4C'

red 156 ◦ green 170 ◦ blue 76

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

Shades of Green Smoke #9CAA4C

Tints of Green Smoke #9CAA4C

RGB

 RED value IS 156 (61.33% from 255) = 38.81%

 GREEN value IS 170 (66.8% from 255) = 42.29%

 BLUE value IS 76 (30.08% from 255) = 18.91%

R = 38.81%
G = 42.29%
B = 18.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#9CAA4C (or 0x9CAA4C) is known color: Green Smoke. HEX triplet: 9C, AA and 4C. RGB value is (156,170,76). Sum of RGB (Red+Green+Blue) = 156+170+76=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAA4C is #6355B3. Grayscale: #9B9B9B. Windows color (decimal): -6510004 or 5024412. OLE color: 5024412.

HSL color Cylindrical-coordinate representation of color #9CAA4C: hue angle of 68.94º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CAA4C is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 170 76 -
CMYK 0.08 0 0.55 0.33
HSL 68.94º 0.38% 0.48% -
HSV(B) 68.94º 0.55% 0.67% -
XYZ 29.39 36.34 12.3 -
YUV 155.1 83.36 128.64 -
System Red Green Blue C M Y K H S L
Decimal 156 170 76 0.08 0 0.55 0.33 68.94 0.38 0.48
Hex 9C AA 4C 8 0 37 21 45 26 30
Octal 234 252 114 10 0 67 41 105 46 60
Binary 10011100 10101010 1001100 1000 0 110111 100001 1000101 100110 110000

Color Harmonies of #9CAA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAA4C

Black with #9CAA4C

Text Example


Text Example

White with #9CAA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CAA4C; }

 p { color: rgb(156,170,76); }

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

background-color css

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

 a { background-color: rgb(156,170,76); }

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

border-color css

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

 span { border-color: rgb(156,170,76); }

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