Html Css Color HEX #8BA932 Limerick

📋 copy color: '#8BA932'

red 139 ◦ green 169 ◦ blue 50

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

Shades of Limerick #8BA932

Tints of Limerick #8BA932

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.21%

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

R = 38.83%
G = 47.21%
B = 13.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#8BA932 (or 0x8BA932) is known color: Limerick. HEX triplet: 8B, A9 and 32. RGB value is (139,169,50). Sum of RGB (Red+Green+Blue) = 139+169+50=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA932 is #7456CD. Grayscale: #929292. Windows color (decimal): -7624398 or 3320203. OLE color: 3320203.

HSL color Cylindrical-coordinate representation of color #8BA932: hue angle of 75.13º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BA932 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 139 169 50 -
CMYK 0.18 0 0.70 0.34
HSL 75.13º 0.54% 0.43% -
HSV(B) 75.13º 0.7% 0.66% -
XYZ 25.41 34.1 8.26 -
YUV 146.46 73.56 122.68 -
System Red Green Blue C M Y K H S L
Decimal 139 169 50 0.18 0 0.70 0.34 75.13 0.54 0.43
Hex 8B A9 32 12 0 46 22 4B 36 2B
Octal 213 251 62 22 0 106 42 113 66 53
Binary 10001011 10101001 110010 10010 0 1000110 100010 1001011 110110 101011

Color Harmonies of #8BA932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA932

Black with #8BA932

Text Example


Text Example

White with #8BA932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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