Html Css Color HEX #8BA525 Limerick

📋 copy color: '#8BA525'

red 139 ◦ green 165 ◦ blue 37

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

Shades of Limerick #8BA525

Tints of Limerick #8BA525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.85%

R = 40.76%
G = 48.39%
B = 10.85%

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

#8BA525 (or 0x8BA525) is known color: Limerick. HEX triplet: 8B, A5 and 25. RGB value is (139,165,37). Sum of RGB (Red+Green+Blue) = 139+165+37=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA525 is #745ADA. Grayscale: #8F8F8F. Windows color (decimal): -7625435 or 2467211. OLE color: 2467211.

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

Color convert

RGB 139 165 37 -
CMYK 0.16 0 0.78 0.35
HSL 72.19º 0.63% 0.4% -
HSV(B) 72.19º 0.78% 0.65% -
XYZ 24.44 32.53 6.74 -
YUV 142.63 68.39 125.41 -
System Red Green Blue C M Y K H S L
Decimal 139 165 37 0.16 0 0.78 0.35 72.19 0.63 0.4
Hex 8B A5 25 10 0 4E 23 48 3F 28
Octal 213 245 45 20 0 116 43 110 77 50
Binary 10001011 10100101 100101 10000 0 1001110 100011 1001000 111111 101000

Color Harmonies of #8BA525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA525

Black with #8BA525

Text Example


Text Example

White with #8BA525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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