Html Css Color HEX #8FBA34 Limerick

📋 copy color: '#8FBA34'

red 143 ◦ green 186 ◦ blue 52

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

Shades of Limerick #8FBA34

Tints of Limerick #8FBA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.65%

R = 37.53%
G = 48.82%
B = 13.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#8FBA34 (or 0x8FBA34) is known color: Limerick. HEX triplet: 8F, BA and 34. RGB value is (143,186,52). Sum of RGB (Red+Green+Blue) = 143+186+52=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBA34 is #7045CB. Grayscale: #9E9E9E. Windows color (decimal): -7357900 or 3455631. OLE color: 3455631.

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

Color convert

RGB 143 186 52 -
CMYK 0.23 0 0.72 0.27
HSL 79.25º 0.56% 0.47% -
HSV(B) 79.25º 0.72% 0.73% -
XYZ 29.51 41.21 9.65 -
YUV 157.87 68.25 117.4 -
System Red Green Blue C M Y K H S L
Decimal 143 186 52 0.23 0 0.72 0.27 79.25 0.56 0.47
Hex 8F BA 34 17 0 48 1B 4F 38 2F
Octal 217 272 64 27 0 110 33 117 70 57
Binary 10001111 10111010 110100 10111 0 1001000 11011 1001111 111000 101111

Color Harmonies of #8FBA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBA34

Black with #8FBA34

Text Example


Text Example

White with #8FBA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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