Html Css Color HEX #9CAB4A Green Smoke

📋 copy color: '#9CAB4A'

red 156 ◦ green 171 ◦ blue 74

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

Shades of Green Smoke #9CAB4A

Tints of Green Smoke #9CAB4A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.64%

 BLUE value IS 74 (29.3% from 255) = 18.45%

R = 38.9%
G = 42.64%
B = 18.45%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#9CAB4A (or 0x9CAB4A) is known color: Green Smoke. HEX triplet: 9C, AB and 4A. RGB value is (156,171,74). Sum of RGB (Red+Green+Blue) = 156+171+74=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAB4A is #6354B5. Grayscale: #9B9B9B. Windows color (decimal): -6509750 or 4893596. OLE color: 4893596.

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

Color convert

RGB 156 171 74 -
CMYK 0.09 0 0.57 0.33
HSL 69.28º 0.4% 0.48% -
HSV(B) 69.28º 0.57% 0.67% -
XYZ 29.51 36.69 12 -
YUV 155.46 82.03 128.39 -
System Red Green Blue C M Y K H S L
Decimal 156 171 74 0.09 0 0.57 0.33 69.28 0.4 0.48
Hex 9C AB 4A 9 0 39 21 45 28 30
Octal 234 253 112 11 0 71 41 105 50 60
Binary 10011100 10101011 1001010 1001 0 111001 100001 1000101 101000 110000

Color Harmonies of #9CAB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAB4A

Black with #9CAB4A

Text Example


Text Example

White with #9CAB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,171,74); }

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

background-color css

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

 a { background-color: rgb(156,171,74); }

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

border-color css

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

 span { border-color: rgb(156,171,74); }

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