Html Css Color HEX #8AB62B Limerick

📋 copy color: '#8AB62B'

red 138 ◦ green 182 ◦ blue 43

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

Shades of Limerick #8AB62B

Tints of Limerick #8AB62B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.14%

 BLUE value IS 43 (17.19% from 255) = 11.85%

R = 38.02%
G = 50.14%
B = 11.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#8AB62B (or 0x8AB62B) is known color: Limerick. HEX triplet: 8A, B6 and 2B. RGB value is (138,182,43). Sum of RGB (Red+Green+Blue) = 138+182+43=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB62B is #7549D4. Grayscale: #999999. Windows color (decimal): -7686613 or 2864778. OLE color: 2864778.

HSL color Cylindrical-coordinate representation of color #8AB62B: hue angle of 78.99º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AB62B is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 182 43 -
CMYK 0.24 0 0.76 0.29
HSL 78.99º 0.62% 0.44% -
HSV(B) 78.99º 0.76% 0.71% -
XYZ 27.65 39.03 8.36 -
YUV 153 65.92 117.3 -
System Red Green Blue C M Y K H S L
Decimal 138 182 43 0.24 0 0.76 0.29 78.99 0.62 0.44
Hex 8A B6 2B 18 0 4C 1D 4F 3E 2C
Octal 212 266 53 30 0 114 35 117 76 54
Binary 10001010 10110110 101011 11000 0 1001100 11101 1001111 111110 101100

Color Harmonies of #8AB62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB62B

Black with #8AB62B

Text Example


Text Example

White with #8AB62B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,182,43); }

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

background-color css

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

 a { background-color: rgb(138,182,43); }

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

border-color css

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

 span { border-color: rgb(138,182,43); }

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