Html Css Color HEX #8BB313 Limerick

📋 copy color: '#8BB313'

red 139 ◦ green 179 ◦ blue 19

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

Shades of Limerick #8BB313

Tints of Limerick #8BB313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.12%

 BLUE value IS 19 (7.81% from 255) = 5.64%

R = 41.25%
G = 53.12%
B = 5.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#8BB313 (or 0x8BB313) is known color: Limerick. HEX triplet: 8B, B3 and 13. RGB value is (139,179,19). Sum of RGB (Red+Green+Blue) = 139+179+19=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #8BB313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB313 is #744CEC. Grayscale: #959595. Windows color (decimal): -7621869 or 1291147. OLE color: 1291147.

HSL color Cylindrical-coordinate representation of color #8BB313: hue angle of 75º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8BB313 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 139 179 19 -
CMYK 0.22 0 0.89 0.30
HSL 75º 0.81% 0.39% -
HSV(B) 75º 0.89% 0.7% -
XYZ 26.89 37.78 6.49 -
YUV 148.8 54.75 121.01 -
System Red Green Blue C M Y K H S L
Decimal 139 179 19 0.22 0 0.89 0.30 75 0.81 0.39
Hex 8B B3 13 16 0 59 1E 4B 51 27
Octal 213 263 23 26 0 131 36 113 121 47
Binary 10001011 10110011 10011 10110 0 1011001 11110 1001011 1010001 100111

Color Harmonies of #8BB313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB313

Black with #8BB313

Text Example


Text Example

White with #8BB313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,179,19); }

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

background-color css

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

 a { background-color: rgb(139,179,19); }

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

border-color css

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

 span { border-color: rgb(139,179,19); }

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