Html Css Color HEX #8BAD26 Limerick

📋 copy color: '#8BAD26'

red 139 ◦ green 173 ◦ blue 38

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

Shades of Limerick #8BAD26

Tints of Limerick #8BAD26

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.43%

 BLUE value IS 38 (15.23% from 255) = 10.86%

R = 39.71%
G = 49.43%
B = 10.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#8BAD26 (or 0x8BAD26) is known color: Limerick. HEX triplet: 8B, AD and 26. RGB value is (139,173,38). Sum of RGB (Red+Green+Blue) = 139+173+38=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #8BAD26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAD26 is #7452D9. Grayscale: #939393. Windows color (decimal): -7623386 or 2534795. OLE color: 2534795.

HSL color Cylindrical-coordinate representation of color #8BAD26: hue angle of 75.11º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8BAD26 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 139 173 38 -
CMYK 0.20 0 0.78 0.32
HSL 75.11º 0.64% 0.41% -
HSV(B) 75.11º 0.78% 0.68% -
XYZ 25.94 35.52 7.32 -
YUV 147.44 66.24 121.98 -
System Red Green Blue C M Y K H S L
Decimal 139 173 38 0.20 0 0.78 0.32 75.11 0.64 0.41
Hex 8B AD 26 14 0 4E 20 4B 40 29
Octal 213 255 46 24 0 116 40 113 100 51
Binary 10001011 10101101 100110 10100 0 1001110 100000 1001011 1000000 101001

Color Harmonies of #8BAD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAD26

Black with #8BAD26

Text Example


Text Example

White with #8BAD26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,173,38); }

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

background-color css

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

 a { background-color: rgb(139,173,38); }

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

border-color css

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

 span { border-color: rgb(139,173,38); }

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