Html Css Color HEX #9BA062 Green Smoke

📋 copy color: '#9BA062'

red 155 ◦ green 160 ◦ blue 98

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

Shades of Green Smoke #9BA062

Tints of Green Smoke #9BA062

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.74%

 BLUE value IS 98 (38.67% from 255) = 23.73%

R = 37.53%
G = 38.74%
B = 23.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#9BA062 (or 0x9BA062) is known color: Green Smoke. HEX triplet: 9B, A0 and 62. RGB value is (155,160,98). Sum of RGB (Red+Green+Blue) = 155+160+98=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA062 is #645F9D. Grayscale: #979797. Windows color (decimal): -6578078 or 6463643. OLE color: 6463643.

HSL color Cylindrical-coordinate representation of color #9BA062: hue angle of 64.84º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BA062 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 160 98 -
CMYK 0.03 0 0.39 0.37
HSL 64.84º 0.25% 0.51% -
HSV(B) 64.84º 0.39% 0.63% -
XYZ 28.29 32.99 16.43 -
YUV 151.44 97.84 130.54 -
System Red Green Blue C M Y K H S L
Decimal 155 160 98 0.03 0 0.39 0.37 64.84 0.25 0.51
Hex 9B A0 62 3 0 27 25 41 19 33
Octal 233 240 142 3 0 47 45 101 31 63
Binary 10011011 10100000 1100010 11 0 100111 100101 1000001 11001 110011

Color Harmonies of #9BA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA062

Black with #9BA062

Text Example


Text Example

White with #9BA062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,160,98); }

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

background-color css

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

 a { background-color: rgb(155,160,98); }

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

border-color css

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

 span { border-color: rgb(155,160,98); }

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