Html Css Color HEX #8BB512 Limerick

📋 copy color: '#8BB512'

red 139 ◦ green 181 ◦ blue 18

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

Shades of Limerick #8BB512

Tints of Limerick #8BB512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.55%

 BLUE value IS 18 (7.42% from 255) = 5.33%

R = 41.12%
G = 53.55%
B = 5.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#8BB512 (or 0x8BB512) is known color: Limerick. HEX triplet: 8B, B5 and 12. RGB value is (139,181,18). Sum of RGB (Red+Green+Blue) = 139+181+18=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB512 is #744AED. Grayscale: #969696. Windows color (decimal): -7621358 or 1226123. OLE color: 1226123.

HSL color Cylindrical-coordinate representation of color #8BB512: hue angle of 75.46º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BB512 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 139 181 18 -
CMYK 0.23 0 0.90 0.29
HSL 75.46º 0.82% 0.39% -
HSV(B) 75.46º 0.9% 0.71% -
XYZ 27.28 38.58 6.58 -
YUV 149.86 53.59 120.25 -
System Red Green Blue C M Y K H S L
Decimal 139 181 18 0.23 0 0.90 0.29 75.46 0.82 0.39
Hex 8B B5 12 17 0 5A 1D 4B 52 27
Octal 213 265 22 27 0 132 35 113 122 47
Binary 10001011 10110101 10010 10111 0 1011010 11101 1001011 1010010 100111

Color Harmonies of #8BB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB512

Black with #8BB512

Text Example


Text Example

White with #8BB512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,181,18); }

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

background-color css

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

 a { background-color: rgb(139,181,18); }

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

border-color css

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

 span { border-color: rgb(139,181,18); }

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