Html Css Color HEX #8BAF1E Limerick

📋 copy color: '#8BAF1E'

red 139 ◦ green 175 ◦ blue 30

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

Shades of Limerick #8BAF1E

Tints of Limerick #8BAF1E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.87%

 BLUE value IS 30 (12.11% from 255) = 8.72%

R = 40.41%
G = 50.87%
B = 8.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#8BAF1E (or 0x8BAF1E) is known color: Limerick. HEX triplet: 8B, AF and 1E. RGB value is (139,175,30). Sum of RGB (Red+Green+Blue) = 139+175+30=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAF1E is #7450E1. Grayscale: #949494. Windows color (decimal): -7622882 or 2011019. OLE color: 2011019.

HSL color Cylindrical-coordinate representation of color #8BAF1E: hue angle of 74.9º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8BAF1E is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 139 175 30 -
CMYK 0.21 0 0.83 0.31
HSL 74.9º 0.71% 0.4% -
HSV(B) 74.9º 0.83% 0.69% -
XYZ 26.21 36.24 6.84 -
YUV 147.71 61.57 121.79 -
System Red Green Blue C M Y K H S L
Decimal 139 175 30 0.21 0 0.83 0.31 74.9 0.71 0.4
Hex 8B AF 1E 15 0 53 1F 4B 47 28
Octal 213 257 36 25 0 123 37 113 107 50
Binary 10001011 10101111 11110 10101 0 1010011 11111 1001011 1000111 101000

Color Harmonies of #8BAF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAF1E

Black with #8BAF1E

Text Example


Text Example

White with #8BAF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,175,30); }

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

background-color css

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

 a { background-color: rgb(139,175,30); }

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

border-color css

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

 span { border-color: rgb(139,175,30); }

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