Html Css Color HEX #8BA532 Limerick

📋 copy color: '#8BA532'

red 139 ◦ green 165 ◦ blue 50

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

Shades of Limerick #8BA532

Tints of Limerick #8BA532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.12%

R = 39.27%
G = 46.61%
B = 14.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#8BA532 (or 0x8BA532) is known color: Limerick. HEX triplet: 8B, A5 and 32. RGB value is (139,165,50). Sum of RGB (Red+Green+Blue) = 139+165+50=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA532 is #745ACD. Grayscale: #909090. Windows color (decimal): -7625422 or 3319179. OLE color: 3319179.

HSL color Cylindrical-coordinate representation of color #8BA532: hue angle of 73.57º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BA532 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 139 165 50 -
CMYK 0.16 0 0.70 0.35
HSL 73.57º 0.53% 0.42% -
HSV(B) 73.57º 0.7% 0.65% -
XYZ 24.68 32.63 8.02 -
YUV 144.12 74.89 124.35 -
System Red Green Blue C M Y K H S L
Decimal 139 165 50 0.16 0 0.70 0.35 73.57 0.53 0.42
Hex 8B A5 32 10 0 46 23 4A 35 2A
Octal 213 245 62 20 0 106 43 112 65 52
Binary 10001011 10100101 110010 10000 0 1000110 100011 1001010 110101 101010

Color Harmonies of #8BA532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA532

Black with #8BA532

Text Example


Text Example

White with #8BA532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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