Html Css Color HEX #8ABA35 Limerick

📋 copy color: '#8ABA35'

red 138 ◦ green 186 ◦ blue 53

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

Shades of Limerick #8ABA35

Tints of Limerick #8ABA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.06%

R = 36.6%
G = 49.34%
B = 14.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#8ABA35 (or 0x8ABA35) is known color: Limerick. HEX triplet: 8A, BA and 35. RGB value is (138,186,53). Sum of RGB (Red+Green+Blue) = 138+186+53=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABA35 is #7545CA. Grayscale: #9C9C9C. Windows color (decimal): -7685579 or 3521162. OLE color: 3521162.

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

Color convert

RGB 138 186 53 -
CMYK 0.26 0 0.72 0.27
HSL 81.65º 0.56% 0.47% -
HSV(B) 81.65º 0.72% 0.73% -
XYZ 28.68 40.78 9.73 -
YUV 156.49 69.6 114.81 -
System Red Green Blue C M Y K H S L
Decimal 138 186 53 0.26 0 0.72 0.27 81.65 0.56 0.47
Hex 8A BA 35 1A 0 48 1B 52 38 2F
Octal 212 272 65 32 0 110 33 122 70 57
Binary 10001010 10111010 110101 11010 0 1001000 11011 1010010 111000 101111

Color Harmonies of #8ABA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABA35

Black with #8ABA35

Text Example


Text Example

White with #8ABA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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