Html Css Color HEX #9AB328 Limerick

📋 copy color: '#9AB328'

red 154 ◦ green 179 ◦ blue 40

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

Shades of Limerick #9AB328

Tints of Limerick #9AB328

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.99%

 BLUE value IS 40 (16.02% from 255) = 10.72%

R = 41.29%
G = 47.99%
B = 10.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#9AB328 (or 0x9AB328) is known color: Limerick. HEX triplet: 9A, B3 and 28. RGB value is (154,179,40). Sum of RGB (Red+Green+Blue) = 154+179+40=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB328 is #654CD7. Grayscale: #9C9C9C. Windows color (decimal): -6638808 or 2667418. OLE color: 2667418.

HSL color Cylindrical-coordinate representation of color #9AB328: hue angle of 70.79º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9AB328 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 179 40 -
CMYK 0.14 0 0.78 0.30
HSL 70.79º 0.63% 0.43% -
HSV(B) 70.79º 0.78% 0.7% -
XYZ 29.83 39.26 8.01 -
YUV 155.68 62.72 126.8 -
System Red Green Blue C M Y K H S L
Decimal 154 179 40 0.14 0 0.78 0.30 70.79 0.63 0.43
Hex 9A B3 28 E 0 4E 1E 47 3F 2B
Octal 232 263 50 16 0 116 36 107 77 53
Binary 10011010 10110011 101000 1110 0 1001110 11110 1000111 111111 101011

Color Harmonies of #9AB328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB328

Black with #9AB328

Text Example


Text Example

White with #9AB328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,179,40); }

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

background-color css

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

 a { background-color: rgb(154,179,40); }

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

border-color css

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

 span { border-color: rgb(154,179,40); }

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