Html Css Color HEX #9AB532 Limerick

📋 copy color: '#9AB532'

red 154 ◦ green 181 ◦ blue 50

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

Shades of Limerick #9AB532

Tints of Limerick #9AB532

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.01%

 BLUE value IS 50 (19.92% from 255) = 12.99%

R = 40%
G = 47.01%
B = 12.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#9AB532 (or 0x9AB532) is known color: Limerick. HEX triplet: 9A, B5 and 32. RGB value is (154,181,50). Sum of RGB (Red+Green+Blue) = 154+181+50=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB532 is #654ACD. Grayscale: #9E9E9E. Windows color (decimal): -6638286 or 3323290. OLE color: 3323290.

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

Color convert

RGB 154 181 50 -
CMYK 0.15 0 0.72 0.29
HSL 72.37º 0.57% 0.45% -
HSV(B) 72.37º 0.72% 0.71% -
XYZ 30.43 40.15 9.16 -
YUV 157.99 67.05 125.15 -
System Red Green Blue C M Y K H S L
Decimal 154 181 50 0.15 0 0.72 0.29 72.37 0.57 0.45
Hex 9A B5 32 F 0 48 1D 48 39 2D
Octal 232 265 62 17 0 110 35 110 71 55
Binary 10011010 10110101 110010 1111 0 1001000 11101 1001000 111001 101101

Color Harmonies of #9AB532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB532

Black with #9AB532

Text Example


Text Example

White with #9AB532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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