Html Css Color HEX #8ABA3B Limerick

📋 copy color: '#8ABA3B'

red 138 ◦ green 186 ◦ blue 59

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

Shades of Limerick #8ABA3B

Tints of Limerick #8ABA3B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.56%

 BLUE value IS 59 (23.44% from 255) = 15.4%

R = 36.03%
G = 48.56%
B = 15.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#8ABA3B (or 0x8ABA3B) is known color: Limerick. HEX triplet: 8A, BA and 3B. RGB value is (138,186,59). Sum of RGB (Red+Green+Blue) = 138+186+59=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA3B is #7545C4. Grayscale: #9D9D9D. Windows color (decimal): -7685573 or 3914378. OLE color: 3914378.

HSL color Cylindrical-coordinate representation of color #8ABA3B: hue angle of 82.68º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8ABA3B is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 186 59 -
CMYK 0.26 0 0.68 0.27
HSL 82.68º 0.52% 0.48% -
HSV(B) 82.68º 0.68% 0.73% -
XYZ 28.83 40.84 10.5 -
YUV 157.17 72.6 114.33 -
System Red Green Blue C M Y K H S L
Decimal 138 186 59 0.26 0 0.68 0.27 82.68 0.52 0.48
Hex 8A BA 3B 1A 0 44 1B 53 34 30
Octal 212 272 73 32 0 104 33 123 64 60
Binary 10001010 10111010 111011 11010 0 1000100 11011 1010011 110100 110000

Color Harmonies of #8ABA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA3B

Black with #8ABA3B

Text Example


Text Example

White with #8ABA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,186,59); }

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

background-color css

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

 a { background-color: rgb(138,186,59); }

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

border-color css

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

 span { border-color: rgb(138,186,59); }

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