Html Css Color HEX #9CAF48 Green Smoke

📋 copy color: '#9CAF48'

red 156 ◦ green 175 ◦ blue 72

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

Shades of Green Smoke #9CAF48

Tints of Green Smoke #9CAF48

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.42%

 BLUE value IS 72 (28.52% from 255) = 17.87%

R = 38.71%
G = 43.42%
B = 17.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#9CAF48 (or 0x9CAF48) is known color: Green Smoke. HEX triplet: 9C, AF and 48. RGB value is (156,175,72). Sum of RGB (Red+Green+Blue) = 156+175+72=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAF48 is #6350B7. Grayscale: #9D9D9D. Windows color (decimal): -6508728 or 4763548. OLE color: 4763548.

HSL color Cylindrical-coordinate representation of color #9CAF48: hue angle of 71.07º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CAF48 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 175 72 -
CMYK 0.11 0 0.59 0.31
HSL 71.07º 0.42% 0.48% -
HSV(B) 71.07º 0.59% 0.69% -
XYZ 30.21 38.2 11.91 -
YUV 157.58 79.71 126.88 -
System Red Green Blue C M Y K H S L
Decimal 156 175 72 0.11 0 0.59 0.31 71.07 0.42 0.48
Hex 9C AF 48 B 0 3B 1F 47 2A 30
Octal 234 257 110 13 0 73 37 107 52 60
Binary 10011100 10101111 1001000 1011 0 111011 11111 1000111 101010 110000

Color Harmonies of #9CAF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAF48

Black with #9CAF48

Text Example


Text Example

White with #9CAF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,175,72); }

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

background-color css

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

 a { background-color: rgb(156,175,72); }

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

border-color css

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

 span { border-color: rgb(156,175,72); }

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