Html Css Color HEX #8BAC40 Limerick

📋 copy color: '#8BAC40'

red 139 ◦ green 172 ◦ blue 64

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

Shades of Limerick #8BAC40

Tints of Limerick #8BAC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.87%

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 37.07%
G = 45.87%
B = 17.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#8BAC40 (or 0x8BAC40) is known color: Limerick. HEX triplet: 8B, AC and 40. RGB value is (139,172,64). Sum of RGB (Red+Green+Blue) = 139+172+64=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAC40 is #7453BF. Grayscale: #969696. Windows color (decimal): -7623616 or 4238475. OLE color: 4238475.

HSL color Cylindrical-coordinate representation of color #8BAC40: hue angle of 78.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8BAC40 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 172 64 -
CMYK 0.19 0 0.63 0.33
HSL 78.33º 0.46% 0.46% -
HSV(B) 78.33º 0.63% 0.67% -
XYZ 26.33 35.36 10.29 -
YUV 149.82 79.57 120.28 -
System Red Green Blue C M Y K H S L
Decimal 139 172 64 0.19 0 0.63 0.33 78.33 0.46 0.46
Hex 8B AC 40 13 0 3F 21 4E 2E 2E
Octal 213 254 100 23 0 77 41 116 56 56
Binary 10001011 10101100 1000000 10011 0 111111 100001 1001110 101110 101110

Color Harmonies of #8BAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAC40

Black with #8BAC40

Text Example


Text Example

White with #8BAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,172,64); }

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

background-color css

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

 a { background-color: rgb(139,172,64); }

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

border-color css

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

 span { border-color: rgb(139,172,64); }

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