Html Css Color HEX #8BBF20 Limerick

📋 copy color: '#8BBF20'

red 139 ◦ green 191 ◦ blue 32

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

Shades of Limerick #8BBF20

Tints of Limerick #8BBF20

RGB

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

 GREEN value IS 191 (75% from 255) = 52.76%

 BLUE value IS 32 (12.89% from 255) = 8.84%

R = 38.4%
G = 52.76%
B = 8.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#8BBF20 (or 0x8BBF20) is known color: Limerick. HEX triplet: 8B, BF and 20. RGB value is (139,191,32). Sum of RGB (Red+Green+Blue) = 139+191+32=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBF20 is #7440DF. Grayscale: #9D9D9D. Windows color (decimal): -7618784 or 2146187. OLE color: 2146187.

HSL color Cylindrical-coordinate representation of color #8BBF20: hue angle of 79.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8BBF20 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 191 32 -
CMYK 0.27 0 0.83 0.25
HSL 79.62º 0.71% 0.44% -
HSV(B) 79.62º 0.83% 0.75% -
XYZ 29.54 42.85 8.08 -
YUV 157.33 57.27 114.93 -
System Red Green Blue C M Y K H S L
Decimal 139 191 32 0.27 0 0.83 0.25 79.62 0.71 0.44
Hex 8B BF 20 1B 0 53 19 50 47 2C
Octal 213 277 40 33 0 123 31 120 107 54
Binary 10001011 10111111 100000 11011 0 1010011 11001 1010000 1000111 101100

Color Harmonies of #8BBF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBF20

Black with #8BBF20

Text Example


Text Example

White with #8BBF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,191,32); }

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

background-color css

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

 a { background-color: rgb(139,191,32); }

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

border-color css

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

 span { border-color: rgb(139,191,32); }

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