Html Css Color HEX #8AB736 Limerick

📋 copy color: '#8AB736'

red 138 ◦ green 183 ◦ blue 54

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

Shades of Limerick #8AB736

Tints of Limerick #8AB736

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.8%

 BLUE value IS 54 (21.48% from 255) = 14.4%

R = 36.8%
G = 48.8%
B = 14.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#8AB736 (or 0x8AB736) is known color: Limerick. HEX triplet: 8A, B7 and 36. RGB value is (138,183,54). Sum of RGB (Red+Green+Blue) = 138+183+54=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB736 is #7548C9. Grayscale: #9B9B9B. Windows color (decimal): -7686346 or 3585930. OLE color: 3585930.

HSL color Cylindrical-coordinate representation of color #8AB736: hue angle of 80.93º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AB736 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 183 54 -
CMYK 0.25 0 0.70 0.28
HSL 80.93º 0.54% 0.46% -
HSV(B) 80.93º 0.7% 0.72% -
XYZ 28.08 39.54 9.64 -
YUV 154.84 71.09 115.99 -
System Red Green Blue C M Y K H S L
Decimal 138 183 54 0.25 0 0.70 0.28 80.93 0.54 0.46
Hex 8A B7 36 19 0 46 1C 51 36 2E
Octal 212 267 66 31 0 106 34 121 66 56
Binary 10001010 10110111 110110 11001 0 1000110 11100 1010001 110110 101110

Color Harmonies of #8AB736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB736

Black with #8AB736

Text Example


Text Example

White with #8AB736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,183,54); }

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

background-color css

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

 a { background-color: rgb(138,183,54); }

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

border-color css

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

 span { border-color: rgb(138,183,54); }

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