Html Css Color HEX #8AB91F Limerick

📋 copy color: '#8AB91F'

red 138 ◦ green 185 ◦ blue 31

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

Shades of Limerick #8AB91F

Tints of Limerick #8AB91F

RGB

 RED value IS 138 (54.3% from 255) = 38.98%

 GREEN value IS 185 (72.66% from 255) = 52.26%

 BLUE value IS 31 (12.5% from 255) = 8.76%

R = 38.98%
G = 52.26%
B = 8.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#8AB91F (or 0x8AB91F) is known color: Limerick. HEX triplet: 8A, B9 and 1F. RGB value is (138,185,31). Sum of RGB (Red+Green+Blue) = 138+185+31=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB91F is #7546E0. Grayscale: #999999. Windows color (decimal): -7685857 or 2079114. OLE color: 2079114.

HSL color Cylindrical-coordinate representation of color #8AB91F: hue angle of 78.31º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8AB91F is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 185 31 -
CMYK 0.25 0 0.83 0.27
HSL 78.31º 0.71% 0.42% -
HSV(B) 78.31º 0.83% 0.73% -
XYZ 28.08 40.2 7.58 -
YUV 153.39 58.93 117.02 -
System Red Green Blue C M Y K H S L
Decimal 138 185 31 0.25 0 0.83 0.27 78.31 0.71 0.42
Hex 8A B9 1F 19 0 53 1B 4E 47 2A
Octal 212 271 37 31 0 123 33 116 107 52
Binary 10001010 10111001 11111 11001 0 1010011 11011 1001110 1000111 101010

Color Harmonies of #8AB91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB91F

Black with #8AB91F

Text Example


Text Example

White with #8AB91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AB91F; }

 p { color: rgb(138,185,31); }

 H1.HeaderClassName
 {
   color: #8AB91F;
 }
 .AnyTagClassName
 {
   color: #8AB91F;
 }
</style>

background-color css

<style>
 a { background-color: #8AB91F; }

 a { background-color: rgb(138,185,31); }

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

border-color css

<style>
 span { border-color: #8AB91F; }

 span { border-color: rgb(138,185,31); }

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