Html Css Color HEX #9AB526 Limerick

📋 copy color: '#9AB526'

red 154 ◦ green 181 ◦ blue 38

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

Shades of Limerick #9AB526

Tints of Limerick #9AB526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.19%

R = 41.29%
G = 48.53%
B = 10.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#9AB526 (or 0x9AB526) is known color: Limerick. HEX triplet: 9A, B5 and 26. RGB value is (154,181,38). Sum of RGB (Red+Green+Blue) = 154+181+38=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB526 is #654AD9. Grayscale: #9D9D9D. Windows color (decimal): -6638298 or 2536858. OLE color: 2536858.

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

Color convert

RGB 154 181 38 -
CMYK 0.15 0 0.79 0.29
HSL 71.33º 0.65% 0.43% -
HSV(B) 71.33º 0.79% 0.71% -
XYZ 30.2 40.06 7.97 -
YUV 156.63 61.05 126.13 -
System Red Green Blue C M Y K H S L
Decimal 154 181 38 0.15 0 0.79 0.29 71.33 0.65 0.43
Hex 9A B5 26 F 0 4F 1D 47 41 2B
Octal 232 265 46 17 0 117 35 107 101 53
Binary 10011010 10110101 100110 1111 0 1001111 11101 1000111 1000001 101011

Color Harmonies of #9AB526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB526

Black with #9AB526

Text Example


Text Example

White with #9AB526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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