Html Css Color HEX #9BA150 Green Smoke

📋 copy color: '#9BA150'

red 155 ◦ green 161 ◦ blue 80

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

Shades of Green Smoke #9BA150

Tints of Green Smoke #9BA150

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.66%

 BLUE value IS 80 (31.64% from 255) = 20.2%

R = 39.14%
G = 40.66%
B = 20.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#9BA150 (or 0x9BA150) is known color: Green Smoke. HEX triplet: 9B, A1 and 50. RGB value is (155,161,80). Sum of RGB (Red+Green+Blue) = 155+161+80=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA150 is #645EAF. Grayscale: #969696. Windows color (decimal): -6577840 or 5284251. OLE color: 5284251.

HSL color Cylindrical-coordinate representation of color #9BA150: hue angle of 64.44º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BA150 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 161 80 -
CMYK 0.04 0 0.50 0.37
HSL 64.44º 0.34% 0.47% -
HSV(B) 64.44º 0.5% 0.63% -
XYZ 27.71 33.04 12.51 -
YUV 149.97 88.51 131.59 -
System Red Green Blue C M Y K H S L
Decimal 155 161 80 0.04 0 0.50 0.37 64.44 0.34 0.47
Hex 9B A1 50 4 0 32 25 40 22 2F
Octal 233 241 120 4 0 62 45 100 42 57
Binary 10011011 10100001 1010000 100 0 110010 100101 1000000 100010 101111

Color Harmonies of #9BA150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA150

Black with #9BA150

Text Example


Text Example

White with #9BA150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,161,80); }

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

background-color css

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

 a { background-color: rgb(155,161,80); }

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

border-color css

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

 span { border-color: rgb(155,161,80); }

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