Html Css Color HEX #8FBA32 Limerick

📋 copy color: '#8FBA32'

red 143 ◦ green 186 ◦ blue 50

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

Shades of Limerick #8FBA32

Tints of Limerick #8FBA32

RGB

 RED value IS 143 (56.25% from 255) = 37.73%

 GREEN value IS 186 (73.05% from 255) = 49.08%

 BLUE value IS 50 (19.92% from 255) = 13.19%

R = 37.73%
G = 49.08%
B = 13.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#8FBA32 (or 0x8FBA32) is known color: Limerick. HEX triplet: 8F, BA and 32. RGB value is (143,186,50). Sum of RGB (Red+Green+Blue) = 143+186+50=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBA32 is #7045CD. Grayscale: #9E9E9E. Windows color (decimal): -7357902 or 3324559. OLE color: 3324559.

HSL color Cylindrical-coordinate representation of color #8FBA32: hue angle of 78.97º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8FBA32 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 186 50 -
CMYK 0.23 0 0.73 0.27
HSL 78.97º 0.58% 0.46% -
HSV(B) 78.97º 0.73% 0.73% -
XYZ 29.46 41.19 9.41 -
YUV 157.64 67.25 117.56 -
System Red Green Blue C M Y K H S L
Decimal 143 186 50 0.23 0 0.73 0.27 78.97 0.58 0.46
Hex 8F BA 32 17 0 49 1B 4F 3A 2E
Octal 217 272 62 27 0 111 33 117 72 56
Binary 10001111 10111010 110010 10111 0 1001001 11011 1001111 111010 101110

Color Harmonies of #8FBA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBA32

Black with #8FBA32

Text Example


Text Example

White with #8FBA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,186,50); }

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

background-color css

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

 a { background-color: rgb(143,186,50); }

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

border-color css

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

 span { border-color: rgb(143,186,50); }

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