Html Css Color HEX #8AB328 Limerick

📋 copy color: '#8AB328'

red 138 ◦ green 179 ◦ blue 40

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

Shades of Limerick #8AB328

Tints of Limerick #8AB328

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.14%

 BLUE value IS 40 (16.02% from 255) = 11.2%

R = 38.66%
G = 50.14%
B = 11.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#8AB328 (or 0x8AB328) is known color: Limerick. HEX triplet: 8A, B3 and 28. RGB value is (138,179,40). Sum of RGB (Red+Green+Blue) = 138+179+40=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB328 is #754CD7. Grayscale: #979797. Windows color (decimal): -7687384 or 2667402. OLE color: 2667402.

HSL color Cylindrical-coordinate representation of color #8AB328: hue angle of 77.7º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AB328 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 179 40 -
CMYK 0.23 0 0.78 0.30
HSL 77.7º 0.63% 0.43% -
HSV(B) 77.7º 0.78% 0.7% -
XYZ 26.98 37.8 7.88 -
YUV 150.9 65.42 118.8 -
System Red Green Blue C M Y K H S L
Decimal 138 179 40 0.23 0 0.78 0.30 77.7 0.63 0.43
Hex 8A B3 28 17 0 4E 1E 4E 3F 2B
Octal 212 263 50 27 0 116 36 116 77 53
Binary 10001010 10110011 101000 10111 0 1001110 11110 1001110 111111 101011

Color Harmonies of #8AB328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB328

Black with #8AB328

Text Example


Text Example

White with #8AB328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,179,40); }

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

background-color css

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

 a { background-color: rgb(138,179,40); }

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

border-color css

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

 span { border-color: rgb(138,179,40); }

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