Html Css Color HEX #8ABD2C Limerick

📋 copy color: '#8ABD2C'

red 138 ◦ green 189 ◦ blue 44

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

Shades of Limerick #8ABD2C

Tints of Limerick #8ABD2C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.94%

 BLUE value IS 44 (17.58% from 255) = 11.86%

R = 37.2%
G = 50.94%
B = 11.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#8ABD2C (or 0x8ABD2C) is known color: Limerick. HEX triplet: 8A, BD and 2C. RGB value is (138,189,44). Sum of RGB (Red+Green+Blue) = 138+189+44=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABD2C is #7542D3. Grayscale: #9D9D9D. Windows color (decimal): -7684820 or 2932106. OLE color: 2932106.

HSL color Cylindrical-coordinate representation of color #8ABD2C: hue angle of 81.1º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8ABD2C is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 189 44 -
CMYK 0.27 0 0.77 0.26
HSL 81.1º 0.62% 0.46% -
HSV(B) 81.1º 0.77% 0.74% -
XYZ 29.13 41.98 8.95 -
YUV 157.22 64.1 114.29 -
System Red Green Blue C M Y K H S L
Decimal 138 189 44 0.27 0 0.77 0.26 81.1 0.62 0.46
Hex 8A BD 2C 1B 0 4D 1A 51 3E 2E
Octal 212 275 54 33 0 115 32 121 76 56
Binary 10001010 10111101 101100 11011 0 1001101 11010 1010001 111110 101110

Color Harmonies of #8ABD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABD2C

Black with #8ABD2C

Text Example


Text Example

White with #8ABD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,189,44); }

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

background-color css

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

 a { background-color: rgb(138,189,44); }

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

border-color css

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

 span { border-color: rgb(138,189,44); }

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