Html Css Color HEX #8BAB10 Limerick

📋 copy color: '#8BAB10'

red 139 ◦ green 171 ◦ blue 16

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

Shades of Limerick #8BAB10

Tints of Limerick #8BAB10

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.45%

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 42.64%
G = 52.45%
B = 4.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#8BAB10 (or 0x8BAB10) is known color: Limerick. HEX triplet: 8B, AB and 10. RGB value is (139,171,16). Sum of RGB (Red+Green+Blue) = 139+171+16=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAB10 is #7454EF. Grayscale: #909090. Windows color (decimal): -7623920 or 1092491. OLE color: 1092491.

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

Color convert

RGB 139 171 16 -
CMYK 0.19 0 0.91 0.33
HSL 72.39º 0.83% 0.37% -
HSV(B) 72.39º 0.91% 0.67% -
XYZ 25.3 34.65 5.85 -
YUV 143.76 55.9 124.6 -
System Red Green Blue C M Y K H S L
Decimal 139 171 16 0.19 0 0.91 0.33 72.39 0.83 0.37
Hex 8B AB 10 13 0 5B 21 48 53 25
Octal 213 253 20 23 0 133 41 110 123 45
Binary 10001011 10101011 10000 10011 0 1011011 100001 1001000 1010011 100101

Color Harmonies of #8BAB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAB10

Black with #8BAB10

Text Example


Text Example

White with #8BAB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,171,16); }

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

background-color css

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

 a { background-color: rgb(139,171,16); }

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

border-color css

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

 span { border-color: rgb(139,171,16); }

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