Html Css Color HEX #9AB031 Limerick

📋 copy color: '#9AB031'

red 154 ◦ green 176 ◦ blue 49

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

Shades of Limerick #9AB031

Tints of Limerick #9AB031

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.44%

 BLUE value IS 49 (19.53% from 255) = 12.93%

R = 40.63%
G = 46.44%
B = 12.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#9AB031 (or 0x9AB031) is known color: Limerick. HEX triplet: 9A, B0 and 31. RGB value is (154,176,49). Sum of RGB (Red+Green+Blue) = 154+176+49=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AB031 is #654FCE. Grayscale: #9B9B9B. Windows color (decimal): -6639567 or 3256474. OLE color: 3256474.

HSL color Cylindrical-coordinate representation of color #9AB031: hue angle of 70.39º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9AB031 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 176 49 -
CMYK 0.12 0 0.72 0.31
HSL 70.39º 0.56% 0.44% -
HSV(B) 70.39º 0.72% 0.69% -
XYZ 29.41 38.14 8.72 -
YUV 154.94 68.21 127.33 -
System Red Green Blue C M Y K H S L
Decimal 154 176 49 0.12 0 0.72 0.31 70.39 0.56 0.44
Hex 9A B0 31 C 0 48 1F 46 38 2C
Octal 232 260 61 14 0 110 37 106 70 54
Binary 10011010 10110000 110001 1100 0 1001000 11111 1000110 111000 101100

Color Harmonies of #9AB031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB031

Black with #9AB031

Text Example


Text Example

White with #9AB031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,176,49); }

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

background-color css

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

 a { background-color: rgb(154,176,49); }

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

border-color css

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

 span { border-color: rgb(154,176,49); }

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