Html Css Color HEX #8BA325 Limerick

📋 copy color: '#8BA325'

red 139 ◦ green 163 ◦ blue 37

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

Shades of Limerick #8BA325

Tints of Limerick #8BA325

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.08%

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

R = 41%
G = 48.08%
B = 10.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#8BA325 (or 0x8BA325) is known color: Limerick. HEX triplet: 8B, A3 and 25. RGB value is (139,163,37). Sum of RGB (Red+Green+Blue) = 139+163+37=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA325 is #745CDA. Grayscale: #8D8D8D. Windows color (decimal): -7625947 or 2466699. OLE color: 2466699.

HSL color Cylindrical-coordinate representation of color #8BA325: hue angle of 71.43º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8BA325 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 139 163 37 -
CMYK 0.15 0 0.77 0.36
HSL 71.43º 0.63% 0.39% -
HSV(B) 71.43º 0.77% 0.64% -
XYZ 24.08 31.82 6.62 -
YUV 141.46 69.05 126.25 -
System Red Green Blue C M Y K H S L
Decimal 139 163 37 0.15 0 0.77 0.36 71.43 0.63 0.39
Hex 8B A3 25 F 0 4D 24 47 3F 27
Octal 213 243 45 17 0 115 44 107 77 47
Binary 10001011 10100011 100101 1111 0 1001101 100100 1000111 111111 100111

Color Harmonies of #8BA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA325

Black with #8BA325

Text Example


Text Example

White with #8BA325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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