Html Css Color HEX #8BB914 Limerick

📋 copy color: '#8BB914'

red 139 ◦ green 185 ◦ blue 20

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

Shades of Limerick #8BB914

Tints of Limerick #8BB914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.78%

 BLUE value IS 20 (8.2% from 255) = 5.81%

R = 40.41%
G = 53.78%
B = 5.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#8BB914 (or 0x8BB914) is known color: Limerick. HEX triplet: 8B, B9 and 14. RGB value is (139,185,20). Sum of RGB (Red+Green+Blue) = 139+185+20=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB914 is #7446EB. Grayscale: #999999. Windows color (decimal): -7620332 or 1358219. OLE color: 1358219.

HSL color Cylindrical-coordinate representation of color #8BB914: hue angle of 76.73º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8BB914 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 185 20 -
CMYK 0.25 0 0.89 0.27
HSL 76.73º 0.8% 0.4% -
HSV(B) 76.73º 0.89% 0.73% -
XYZ 28.12 40.24 6.95 -
YUV 152.44 53.26 118.42 -
System Red Green Blue C M Y K H S L
Decimal 139 185 20 0.25 0 0.89 0.27 76.73 0.8 0.4
Hex 8B B9 14 19 0 59 1B 4D 50 28
Octal 213 271 24 31 0 131 33 115 120 50
Binary 10001011 10111001 10100 11001 0 1011001 11011 1001101 1010000 101000

Color Harmonies of #8BB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB914

Black with #8BB914

Text Example


Text Example

White with #8BB914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,185,20); }

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

background-color css

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

 a { background-color: rgb(139,185,20); }

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

border-color css

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

 span { border-color: rgb(139,185,20); }

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