Html Css Color HEX #8BA12D Limerick

📋 copy color: '#8BA12D'

red 139 ◦ green 161 ◦ blue 45

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

Shades of Limerick #8BA12D

Tints of Limerick #8BA12D

RGB

 RED value IS 139 (54.69% from 255) = 40.29%

 GREEN value IS 161 (63.28% from 255) = 46.67%

 BLUE value IS 45 (17.97% from 255) = 13.04%

R = 40.29%
G = 46.67%
B = 13.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#8BA12D (or 0x8BA12D) is known color: Limerick. HEX triplet: 8B, A1 and 2D. RGB value is (139,161,45). Sum of RGB (Red+Green+Blue) = 139+161+45=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA12D is #745ED2. Grayscale: #8D8D8D. Windows color (decimal): -7626451 or 2990475. OLE color: 2990475.

HSL color Cylindrical-coordinate representation of color #8BA12D: hue angle of 71.38º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BA12D is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 161 45 -
CMYK 0.14 0 0.72 0.37
HSL 71.38º 0.56% 0.4% -
HSV(B) 71.38º 0.72% 0.63% -
XYZ 23.87 31.17 7.24 -
YUV 141.2 73.71 126.43 -
System Red Green Blue C M Y K H S L
Decimal 139 161 45 0.14 0 0.72 0.37 71.38 0.56 0.4
Hex 8B A1 2D E 0 48 25 47 38 28
Octal 213 241 55 16 0 110 45 107 70 50
Binary 10001011 10100001 101101 1110 0 1001000 100101 1000111 111000 101000

Color Harmonies of #8BA12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA12D

Black with #8BA12D

Text Example


Text Example

White with #8BA12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,161,45); }

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

background-color css

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

 a { background-color: rgb(139,161,45); }

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

border-color css

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

 span { border-color: rgb(139,161,45); }

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