Html Css Color HEX #8ABC32 Limerick

📋 copy color: '#8ABC32'

red 138 ◦ green 188 ◦ blue 50

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

Shades of Limerick #8ABC32

Tints of Limerick #8ABC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50%

 BLUE value IS 50 (19.92% from 255) = 13.3%

R = 36.7%
G = 50%
B = 13.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#8ABC32 (or 0x8ABC32) is known color: Limerick. HEX triplet: 8A, BC and 32. RGB value is (138,188,50). Sum of RGB (Red+Green+Blue) = 138+188+50=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC32 is #7543CD. Grayscale: #9D9D9D. Windows color (decimal): -7685070 or 3325066. OLE color: 3325066.

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

Color convert

RGB 138 188 50 -
CMYK 0.27 0 0.73 0.26
HSL 81.74º 0.58% 0.47% -
HSV(B) 81.74º 0.73% 0.74% -
XYZ 29.04 41.6 9.52 -
YUV 157.32 67.44 114.22 -
System Red Green Blue C M Y K H S L
Decimal 138 188 50 0.27 0 0.73 0.26 81.74 0.58 0.47
Hex 8A BC 32 1B 0 49 1A 52 3A 2F
Octal 212 274 62 33 0 111 32 122 72 57
Binary 10001010 10111100 110010 11011 0 1001001 11010 1010010 111010 101111

Color Harmonies of #8ABC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABC32

Black with #8ABC32

Text Example


Text Example

White with #8ABC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,188,50); }

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

background-color css

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

 a { background-color: rgb(138,188,50); }

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

border-color css

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

 span { border-color: rgb(138,188,50); }

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