Html Css Color HEX #8BA130 Limerick

📋 copy color: '#8BA130'

red 139 ◦ green 161 ◦ blue 48

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

Shades of Limerick #8BA130

Tints of Limerick #8BA130

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.26%

 BLUE value IS 48 (19.14% from 255) = 13.79%

R = 39.94%
G = 46.26%
B = 13.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#8BA130 (or 0x8BA130) is known color: Limerick. HEX triplet: 8B, A1 and 30. RGB value is (139,161,48). Sum of RGB (Red+Green+Blue) = 139+161+48=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA130 is #745ECF. Grayscale: #8D8D8D. Windows color (decimal): -7626448 or 3187083. OLE color: 3187083.

HSL color Cylindrical-coordinate representation of color #8BA130: hue angle of 71.68º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BA130 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 161 48 -
CMYK 0.14 0 0.70 0.37
HSL 71.68º 0.54% 0.41% -
HSV(B) 71.68º 0.7% 0.63% -
XYZ 23.93 31.19 7.56 -
YUV 141.54 75.21 126.19 -
System Red Green Blue C M Y K H S L
Decimal 139 161 48 0.14 0 0.70 0.37 71.68 0.54 0.41
Hex 8B A1 30 E 0 46 25 48 36 29
Octal 213 241 60 16 0 106 45 110 66 51
Binary 10001011 10100001 110000 1110 0 1000110 100101 1001000 110110 101001

Color Harmonies of #8BA130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA130

Black with #8BA130

Text Example


Text Example

White with #8BA130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,161,48); }

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

background-color css

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

 a { background-color: rgb(139,161,48); }

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

border-color css

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

 span { border-color: rgb(139,161,48); }

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