#9ABE32

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

Shades of Yellow Green #9ABE32

Tints of Yellow Green #9ABE32

Color information

#9ABE32 (or 0x9ABE32) is unknown color: approx Yellow Green. HEX triplet: 9A, BE and 32. RGB value is (154,190,50). Sum of RGB (Red+Green+Blue) = 154+190+50=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABE32 is #6541CD. Grayscale: #A3A3A3. Windows color (decimal): -6635982 or 3325594. OLE color: 3325594.

HSL color Cylindrical-coordinate representation of color #9ABE32: hue angle of 75.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9ABE32 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB15419050-
CMYK0.1900.740.25
HSL75.43º58.33%47.06%-
HSV(B)75.43º73.68%74.51%-
XYZ32.3243.939.79-
YUV163.2864.07121.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.09%
GREEN value IS 190 (74.61% from 255) = 48.22%
BLUE value IS 50 (19.92% from 255) = 12.69%
R=39.09%
G=48.22%
B=12.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154190500.1900.740.2575.4358.3347.06
Hex9ABE321304A194b3a2f
Octal23227662230112311137257
Binary10011010101111101100101001101001010110011001011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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