Html Css Color HEX #8BA524 Limerick

📋 copy color: '#8BA524'

red 139 ◦ green 165 ◦ blue 36

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

Shades of Limerick #8BA524

Tints of Limerick #8BA524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.59%

R = 40.88%
G = 48.53%
B = 10.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#8BA524 (or 0x8BA524) is known color: Limerick. HEX triplet: 8B, A5 and 24. RGB value is (139,165,36). Sum of RGB (Red+Green+Blue) = 139+165+36=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA524 is #745ADB. Grayscale: #8F8F8F. Windows color (decimal): -7625436 or 2401675. OLE color: 2401675.

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

Color convert

RGB 139 165 36 -
CMYK 0.16 0 0.78 0.35
HSL 72.09º 0.64% 0.39% -
HSV(B) 72.09º 0.78% 0.65% -
XYZ 24.42 32.53 6.66 -
YUV 142.52 67.89 125.49 -
System Red Green Blue C M Y K H S L
Decimal 139 165 36 0.16 0 0.78 0.35 72.09 0.64 0.39
Hex 8B A5 24 10 0 4E 23 48 40 27
Octal 213 245 44 20 0 116 43 110 100 47
Binary 10001011 10100101 100100 10000 0 1001110 100011 1001000 1000000 100111

Color Harmonies of #8BA524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA524

Black with #8BA524

Text Example


Text Example

White with #8BA524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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