#9ABA32

Color #9ABA32 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #9ABA32

Tints of Yellow Green #9ABA32

Color information

#9ABA32 (or 0x9ABA32) is unknown color: approx Yellow Green. HEX triplet: 9A, BA and 32. RGB value is (154,186,50). Sum of RGB (Red+Green+Blue) = 154+186+50=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABA32 is #6545CD. Grayscale: #A1A1A1. Windows color (decimal): -6637006 or 3324570. OLE color: 3324570.

HSL color Cylindrical-coordinate representation of color #9ABA32: hue angle of 74.12º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9ABA32 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB15418650-
CMYK0.1700.730.27
HSL74.12º57.63%46.27%-
HSV(B)74.12º73.12%72.94%-
XYZ31.4642.229.51-
YUV160.9365.4123.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.49%
GREEN value IS 186 (73.05% from 255) = 47.69%
BLUE value IS 50 (19.92% from 255) = 12.82%
R=39.49%
G=47.69%
B=12.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154186500.1700.730.2774.1257.6346.27
Hex9ABA32110491B4a3a2e
Octal23227262210111331127256
Binary10011010101110101100101000101001001110111001010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,186,50); }

 H1.HeaderClassName
 {
   color: #9ABA32;
 }
 .AnyTagClassName
 {
   color: #9ABA32;
 }
</style>
background-color css

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

 a { background-color: rgb(154,186,50); }

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

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

 span { border-color: rgb(154,186,50); }

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