Html Css Color HEX #8BA52A Limerick

📋 copy color: '#8BA52A'

red 139 ◦ green 165 ◦ blue 42

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

Shades of Limerick #8BA52A

Tints of Limerick #8BA52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.69%

 BLUE value IS 42 (16.8% from 255) = 12.14%

R = 40.17%
G = 47.69%
B = 12.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#8BA52A (or 0x8BA52A) is known color: Limerick. HEX triplet: 8B, A5 and 2A. RGB value is (139,165,42). Sum of RGB (Red+Green+Blue) = 139+165+42=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA52A is #745AD5. Grayscale: #8F8F8F. Windows color (decimal): -7625430 or 2794891. OLE color: 2794891.

HSL color Cylindrical-coordinate representation of color #8BA52A: hue angle of 72.68º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8BA52A is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 139 165 42 -
CMYK 0.16 0 0.75 0.35
HSL 72.68º 0.59% 0.41% -
HSV(B) 72.68º 0.75% 0.65% -
XYZ 24.52 32.57 7.18 -
YUV 143.2 70.89 125 -
System Red Green Blue C M Y K H S L
Decimal 139 165 42 0.16 0 0.75 0.35 72.68 0.59 0.41
Hex 8B A5 2A 10 0 4B 23 49 3B 29
Octal 213 245 52 20 0 113 43 111 73 51
Binary 10001011 10100101 101010 10000 0 1001011 100011 1001001 111011 101001

Color Harmonies of #8BA52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA52A

Black with #8BA52A

Text Example


Text Example

White with #8BA52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,165,42); }

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

background-color css

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

 a { background-color: rgb(139,165,42); }

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

border-color css

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

 span { border-color: rgb(139,165,42); }

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