Html Css Color HEX #8BBC1A Limerick

📋 copy color: '#8BBC1A'

red 139 ◦ green 188 ◦ blue 26

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

Shades of Limerick #8BBC1A

Tints of Limerick #8BBC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.26%

 BLUE value IS 26 (10.55% from 255) = 7.37%

R = 39.38%
G = 53.26%
B = 7.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#8BBC1A (or 0x8BBC1A) is known color: Limerick. HEX triplet: 8B, BC and 1A. RGB value is (139,188,26). Sum of RGB (Red+Green+Blue) = 139+188+26=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBC1A is #7443E5. Grayscale: #9B9B9B. Windows color (decimal): -7619558 or 1752203. OLE color: 1752203.

HSL color Cylindrical-coordinate representation of color #8BBC1A: hue angle of 78.15º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8BBC1A is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 139 188 26 -
CMYK 0.26 0 0.86 0.26
HSL 78.15º 0.76% 0.42% -
HSV(B) 78.15º 0.86% 0.74% -
XYZ 28.82 41.53 7.47 -
YUV 154.88 55.27 116.67 -
System Red Green Blue C M Y K H S L
Decimal 139 188 26 0.26 0 0.86 0.26 78.15 0.76 0.42
Hex 8B BC 1A 1A 0 56 1A 4E 4C 2A
Octal 213 274 32 32 0 126 32 116 114 52
Binary 10001011 10111100 11010 11010 0 1010110 11010 1001110 1001100 101010

Color Harmonies of #8BBC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBC1A

Black with #8BBC1A

Text Example


Text Example

White with #8BBC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,188,26); }

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

background-color css

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

 a { background-color: rgb(139,188,26); }

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

border-color css

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

 span { border-color: rgb(139,188,26); }

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