Html Css Color HEX #8CB341 Limerick

📋 copy color: '#8CB341'

red 140 ◦ green 179 ◦ blue 65

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

Shades of Limerick #8CB341

Tints of Limerick #8CB341

RGB

 RED value IS 140 (55.08% from 255) = 36.46%

 GREEN value IS 179 (70.31% from 255) = 46.61%

 BLUE value IS 65 (25.78% from 255) = 16.93%

R = 36.46%
G = 46.61%
B = 16.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#8CB341 (or 0x8CB341) is known color: Limerick. HEX triplet: 8C, B3 and 41. RGB value is (140,179,65). Sum of RGB (Red+Green+Blue) = 140+179+65=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB341 is #734CBE. Grayscale: #9A9A9A. Windows color (decimal): -7556287 or 4305804. OLE color: 4305804.

HSL color Cylindrical-coordinate representation of color #8CB341: hue angle of 80.53º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CB341 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 179 65 -
CMYK 0.22 0 0.64 0.30
HSL 80.53º 0.47% 0.48% -
HSV(B) 80.53º 0.64% 0.7% -
XYZ 27.89 38.2 10.9 -
YUV 154.34 77.58 117.77 -
System Red Green Blue C M Y K H S L
Decimal 140 179 65 0.22 0 0.64 0.30 80.53 0.47 0.48
Hex 8C B3 41 16 0 40 1E 51 2F 30
Octal 214 263 101 26 0 100 36 121 57 60
Binary 10001100 10110011 1000001 10110 0 1000000 11110 1010001 101111 110000

Color Harmonies of #8CB341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB341

Black with #8CB341

Text Example


Text Example

White with #8CB341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,179,65); }

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

background-color css

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

 a { background-color: rgb(140,179,65); }

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

border-color css

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

 span { border-color: rgb(140,179,65); }

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