Html Css Color HEX #9BA250 Green Smoke

📋 copy color: '#9BA250'

red 155 ◦ green 162 ◦ blue 80

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

Shades of Green Smoke #9BA250

Tints of Green Smoke #9BA250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.81%

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

R = 39.04%
G = 40.81%
B = 20.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#9BA250 (or 0x9BA250) is known color: Green Smoke. HEX triplet: 9B, A2 and 50. RGB value is (155,162,80). Sum of RGB (Red+Green+Blue) = 155+162+80=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA250 is #645DAF. Grayscale: #969696. Windows color (decimal): -6577584 or 5284507. OLE color: 5284507.

HSL color Cylindrical-coordinate representation of color #9BA250: hue angle of 65.12º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BA250 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 162 80 -
CMYK 0.04 0 0.51 0.36
HSL 65.12º 0.34% 0.47% -
HSV(B) 65.12º 0.51% 0.64% -
XYZ 27.89 33.39 12.56 -
YUV 150.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 155 162 80 0.04 0 0.51 0.36 65.12 0.34 0.47
Hex 9B A2 50 4 0 33 24 41 22 2F
Octal 233 242 120 4 0 63 44 101 42 57
Binary 10011011 10100010 1010000 100 0 110011 100100 1000001 100010 101111

Color Harmonies of #9BA250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA250

Black with #9BA250

Text Example


Text Example

White with #9BA250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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