Html Css Color HEX #8FB032 Limerick

📋 copy color: '#8FB032'

red 143 ◦ green 176 ◦ blue 50

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

Shades of Limerick #8FB032

Tints of Limerick #8FB032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.7%

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

R = 38.75%
G = 47.7%
B = 13.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#8FB032 (or 0x8FB032) is known color: Limerick. HEX triplet: 8F, B0 and 32. RGB value is (143,176,50). Sum of RGB (Red+Green+Blue) = 143+176+50=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 176 - color contains mainly: green. Hex color #8FB032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FB032 is #704FCD. Grayscale: #989898. Windows color (decimal): -7360462 or 3321999. OLE color: 3321999.

HSL color Cylindrical-coordinate representation of color #8FB032: hue angle of 75.71º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FB032 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 143 176 50 -
CMYK 0.19 0 0.72 0.31
HSL 75.71º 0.56% 0.44% -
HSV(B) 75.71º 0.72% 0.69% -
XYZ 27.43 37.12 8.74 -
YUV 151.77 70.57 121.75 -
System Red Green Blue C M Y K H S L
Decimal 143 176 50 0.19 0 0.72 0.31 75.71 0.56 0.44
Hex 8F B0 32 13 0 48 1F 4C 38 2C
Octal 217 260 62 23 0 110 37 114 70 54
Binary 10001111 10110000 110010 10011 0 1001000 11111 1001100 111000 101100

Color Harmonies of #8FB032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB032

Black with #8FB032

Text Example


Text Example

White with #8FB032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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