Html Css Color HEX #8BA526 Limerick

📋 copy color: '#8BA526'

red 139 ◦ green 165 ◦ blue 38

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

Shades of Limerick #8BA526

Tints of Limerick #8BA526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.11%

R = 40.64%
G = 48.25%
B = 11.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#8BA526 (or 0x8BA526) is known color: Limerick. HEX triplet: 8B, A5 and 26. RGB value is (139,165,38). Sum of RGB (Red+Green+Blue) = 139+165+38=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA526 is #745AD9. Grayscale: #8F8F8F. Windows color (decimal): -7625434 or 2532747. OLE color: 2532747.

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

Color convert

RGB 139 165 38 -
CMYK 0.16 0 0.77 0.35
HSL 72.28º 0.63% 0.4% -
HSV(B) 72.28º 0.77% 0.65% -
XYZ 24.45 32.54 6.83 -
YUV 142.75 68.89 125.33 -
System Red Green Blue C M Y K H S L
Decimal 139 165 38 0.16 0 0.77 0.35 72.28 0.63 0.4
Hex 8B A5 26 10 0 4D 23 48 3F 28
Octal 213 245 46 20 0 115 43 110 77 50
Binary 10001011 10100101 100110 10000 0 1001101 100011 1001000 111111 101000

Color Harmonies of #8BA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA526

Black with #8BA526

Text Example


Text Example

White with #8BA526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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