Html Css Color HEX #9BA970 Green Smoke

📋 copy color: '#9BA970'

red 155 ◦ green 169 ◦ blue 112

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

Shades of Green Smoke #9BA970

Tints of Green Smoke #9BA970

RGB

 RED value IS 155 (60.94% from 255) = 35.55%

 GREEN value IS 169 (66.41% from 255) = 38.76%

 BLUE value IS 112 (44.14% from 255) = 25.69%

R = 35.55%
G = 38.76%
B = 25.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#9BA970 (or 0x9BA970) is known color: Green Smoke. HEX triplet: 9B, A9 and 70. RGB value is (155,169,112). Sum of RGB (Red+Green+Blue) = 155+169+112=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA970 is #64568F. Grayscale: #9E9E9E. Windows color (decimal): -6575760 or 7383451. OLE color: 7383451.

HSL color Cylindrical-coordinate representation of color #9BA970: hue angle of 74.74º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BA970 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 169 112 -
CMYK 0.08 0 0.34 0.34
HSL 74.74º 0.25% 0.55% -
HSV(B) 74.74º 0.34% 0.66% -
XYZ 30.63 36.51 20.76 -
YUV 158.32 101.86 125.63 -
System Red Green Blue C M Y K H S L
Decimal 155 169 112 0.08 0 0.34 0.34 74.74 0.25 0.55
Hex 9B A9 70 8 0 22 22 4B 19 37
Octal 233 251 160 10 0 42 42 113 31 67
Binary 10011011 10101001 1110000 1000 0 100010 100010 1001011 11001 110111

Color Harmonies of #9BA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA970

Black with #9BA970

Text Example


Text Example

White with #9BA970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,169,112); }

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

background-color css

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

 a { background-color: rgb(155,169,112); }

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

border-color css

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

 span { border-color: rgb(155,169,112); }

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