Html Css Color HEX #8AB032 Limerick

📋 copy color: '#8AB032'

red 138 ◦ green 176 ◦ blue 50

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

Shades of Limerick #8AB032

Tints of Limerick #8AB032

RGB

 RED value IS 138 (54.3% from 255) = 37.91%

 GREEN value IS 176 (69.14% from 255) = 48.35%

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

R = 37.91%
G = 48.35%
B = 13.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#8AB032 (or 0x8AB032) is known color: Limerick. HEX triplet: 8A, B0 and 32. RGB value is (138,176,50). Sum of RGB (Red+Green+Blue) = 138+176+50=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 176 (69.14% from 255 or 48.35% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB032 is #754FCD. Grayscale: #969696. Windows color (decimal): -7688142 or 3321994. OLE color: 3321994.

HSL color Cylindrical-coordinate representation of color #8AB032: hue angle of 78.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8AB032 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 176 50 -
CMYK 0.22 0 0.72 0.31
HSL 78.1º 0.56% 0.44% -
HSV(B) 78.1º 0.72% 0.69% -
XYZ 26.58 36.68 8.7 -
YUV 150.27 71.41 119.25 -
System Red Green Blue C M Y K H S L
Decimal 138 176 50 0.22 0 0.72 0.31 78.1 0.56 0.44
Hex 8A B0 32 16 0 48 1F 4E 38 2C
Octal 212 260 62 26 0 110 37 116 70 54
Binary 10001010 10110000 110010 10110 0 1001000 11111 1001110 111000 101100

Color Harmonies of #8AB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB032

Black with #8AB032

Text Example


Text Example

White with #8AB032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,176,50); }

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

background-color css

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

 a { background-color: rgb(138,176,50); }

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

border-color css

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

 span { border-color: rgb(138,176,50); }

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