Html Css Color HEX #8BBC2A Limerick

📋 copy color: '#8BBC2A'

red 139 ◦ green 188 ◦ blue 42

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

Shades of Limerick #8BBC2A

Tints of Limerick #8BBC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.38%

R = 37.67%
G = 50.95%
B = 11.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#8BBC2A (or 0x8BBC2A) is known color: Limerick. HEX triplet: 8B, BC and 2A. RGB value is (139,188,42). Sum of RGB (Red+Green+Blue) = 139+188+42=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBC2A is #7443D5. Grayscale: #9D9D9D. Windows color (decimal): -7619542 or 2800779. OLE color: 2800779.

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

Color convert

RGB 139 188 42 -
CMYK 0.26 0 0.78 0.26
HSL 80.14º 0.63% 0.45% -
HSV(B) 80.14º 0.78% 0.74% -
XYZ 29.05 41.62 8.69 -
YUV 156.71 63.27 115.37 -
System Red Green Blue C M Y K H S L
Decimal 139 188 42 0.26 0 0.78 0.26 80.14 0.63 0.45
Hex 8B BC 2A 1A 0 4E 1A 50 3F 2D
Octal 213 274 52 32 0 116 32 120 77 55
Binary 10001011 10111100 101010 11010 0 1001110 11010 1010000 111111 101101

Color Harmonies of #8BBC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBC2A

Black with #8BBC2A

Text Example


Text Example

White with #8BBC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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