Html Css Color HEX #9AB650 Green Smoke

📋 copy color: '#9AB650'

red 154 ◦ green 182 ◦ blue 80

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

Shades of Green Smoke #9AB650

Tints of Green Smoke #9AB650

RGB

 RED value IS 154 (60.55% from 255) = 37.02%

 GREEN value IS 182 (71.48% from 255) = 43.75%

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

R = 37.02%
G = 43.75%
B = 19.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#9AB650 (or 0x9AB650) is known color: Green Smoke. HEX triplet: 9A, B6 and 50. RGB value is (154,182,80). Sum of RGB (Red+Green+Blue) = 154+182+80=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB650 is #6549AF. Grayscale: #A2A2A2. Windows color (decimal): -6638000 or 5289626. OLE color: 5289626.

HSL color Cylindrical-coordinate representation of color #9AB650: hue angle of 76.47º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AB650 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 182 80 -
CMYK 0.15 0 0.56 0.29
HSL 76.47º 0.41% 0.51% -
HSV(B) 76.47º 0.56% 0.71% -
XYZ 31.5 40.91 13.82 -
YUV 162 81.72 122.29 -
System Red Green Blue C M Y K H S L
Decimal 154 182 80 0.15 0 0.56 0.29 76.47 0.41 0.51
Hex 9A B6 50 F 0 38 1D 4C 29 33
Octal 232 266 120 17 0 70 35 114 51 63
Binary 10011010 10110110 1010000 1111 0 111000 11101 1001100 101001 110011

Color Harmonies of #9AB650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB650

Black with #9AB650

Text Example


Text Example

White with #9AB650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,182,80); }

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

background-color css

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

 a { background-color: rgb(154,182,80); }

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

border-color css

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

 span { border-color: rgb(154,182,80); }

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