Html Css Color HEX #8BA432 Limerick

📋 copy color: '#8BA432'

red 139 ◦ green 164 ◦ blue 50

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

Shades of Limerick #8BA432

Tints of Limerick #8BA432

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.46%

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

R = 39.38%
G = 46.46%
B = 14.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#8BA432 (or 0x8BA432) is known color: Limerick. HEX triplet: 8B, A4 and 32. RGB value is (139,164,50). Sum of RGB (Red+Green+Blue) = 139+164+50=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA432 is #745BCD. Grayscale: #8F8F8F. Windows color (decimal): -7625678 or 3318923. OLE color: 3318923.

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

Color convert

RGB 139 164 50 -
CMYK 0.15 0 0.70 0.36
HSL 73.16º 0.53% 0.42% -
HSV(B) 73.16º 0.7% 0.64% -
XYZ 24.5 32.27 7.96 -
YUV 143.53 75.22 124.77 -
System Red Green Blue C M Y K H S L
Decimal 139 164 50 0.15 0 0.70 0.36 73.16 0.53 0.42
Hex 8B A4 32 F 0 46 24 49 35 2A
Octal 213 244 62 17 0 106 44 111 65 52
Binary 10001011 10100100 110010 1111 0 1000110 100100 1001001 110101 101010

Color Harmonies of #8BA432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA432

Black with #8BA432

Text Example


Text Example

White with #8BA432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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