Html Css Color HEX #8BAC1F Limerick

📋 copy color: '#8BAC1F'

red 139 ◦ green 172 ◦ blue 31

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

Shades of Limerick #8BAC1F

Tints of Limerick #8BAC1F

RGB

 RED value IS 139 (54.69% from 255) = 40.64%

 GREEN value IS 172 (67.58% from 255) = 50.29%

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

R = 40.64%
G = 50.29%
B = 9.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#8BAC1F (or 0x8BAC1F) is known color: Limerick. HEX triplet: 8B, AC and 1F. RGB value is (139,172,31). Sum of RGB (Red+Green+Blue) = 139+172+31=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAC1F is #7453E0. Grayscale: #929292. Windows color (decimal): -7623649 or 2075787. OLE color: 2075787.

HSL color Cylindrical-coordinate representation of color #8BAC1F: hue angle of 74.04º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8BAC1F is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 172 31 -
CMYK 0.19 0 0.82 0.33
HSL 74.04º 0.69% 0.4% -
HSV(B) 74.04º 0.82% 0.67% -
XYZ 25.65 35.09 6.72 -
YUV 146.06 63.07 122.96 -
System Red Green Blue C M Y K H S L
Decimal 139 172 31 0.19 0 0.82 0.33 74.04 0.69 0.4
Hex 8B AC 1F 13 0 52 21 4A 45 28
Octal 213 254 37 23 0 122 41 112 105 50
Binary 10001011 10101100 11111 10011 0 1010010 100001 1001010 1000101 101000

Color Harmonies of #8BAC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAC1F

Black with #8BAC1F

Text Example


Text Example

White with #8BAC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,172,31); }

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

background-color css

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

 a { background-color: rgb(139,172,31); }

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

border-color css

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

 span { border-color: rgb(139,172,31); }

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