Html Css Color HEX #8BA52B Limerick

📋 copy color: '#8BA52B'

red 139 ◦ green 165 ◦ blue 43

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

Shades of Limerick #8BA52B

Tints of Limerick #8BA52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.39%

R = 40.06%
G = 47.55%
B = 12.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#8BA52B (or 0x8BA52B) is known color: Limerick. HEX triplet: 8B, A5 and 2B. RGB value is (139,165,43). Sum of RGB (Red+Green+Blue) = 139+165+43=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA52B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA52B is #745AD4. Grayscale: #8F8F8F. Windows color (decimal): -7625429 or 2860427. OLE color: 2860427.

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

Color convert

RGB 139 165 43 -
CMYK 0.16 0 0.74 0.35
HSL 72.79º 0.59% 0.41% -
HSV(B) 72.79º 0.74% 0.65% -
XYZ 24.54 32.57 7.28 -
YUV 143.32 71.39 124.92 -
System Red Green Blue C M Y K H S L
Decimal 139 165 43 0.16 0 0.74 0.35 72.79 0.59 0.41
Hex 8B A5 2B 10 0 4A 23 49 3B 29
Octal 213 245 53 20 0 112 43 111 73 51
Binary 10001011 10100101 101011 10000 0 1001010 100011 1001001 111011 101001

Color Harmonies of #8BA52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA52B

Black with #8BA52B

Text Example


Text Example

White with #8BA52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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