Html Css Color HEX #9AB82B Limerick

📋 copy color: '#9AB82B'

red 154 ◦ green 184 ◦ blue 43

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

Shades of Limerick #9AB82B

Tints of Limerick #9AB82B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.29%

 BLUE value IS 43 (17.19% from 255) = 11.29%

R = 40.42%
G = 48.29%
B = 11.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#9AB82B (or 0x9AB82B) is known color: Limerick. HEX triplet: 9A, B8 and 2B. RGB value is (154,184,43). Sum of RGB (Red+Green+Blue) = 154+184+43=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB82B is #6547D4. Grayscale: #9F9F9F. Windows color (decimal): -6637525 or 2865306. OLE color: 2865306.

HSL color Cylindrical-coordinate representation of color #9AB82B: hue angle of 72.77º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9AB82B is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 184 43 -
CMYK 0.16 0 0.77 0.28
HSL 72.77º 0.62% 0.45% -
HSV(B) 72.77º 0.77% 0.72% -
XYZ 30.9 41.33 8.63 -
YUV 158.96 62.56 124.46 -
System Red Green Blue C M Y K H S L
Decimal 154 184 43 0.16 0 0.77 0.28 72.77 0.62 0.45
Hex 9A B8 2B 10 0 4D 1C 49 3E 2D
Octal 232 270 53 20 0 115 34 111 76 55
Binary 10011010 10111000 101011 10000 0 1001101 11100 1001001 111110 101101

Color Harmonies of #9AB82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB82B

Black with #9AB82B

Text Example


Text Example

White with #9AB82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,184,43); }

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

background-color css

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

 a { background-color: rgb(154,184,43); }

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

border-color css

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

 span { border-color: rgb(154,184,43); }

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