Html Css Color HEX #8CB541 Limerick

📋 copy color: '#8CB541'

red 140 ◦ green 181 ◦ blue 65

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

Shades of Limerick #8CB541

Tints of Limerick #8CB541

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.89%

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

R = 36.27%
G = 46.89%
B = 16.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#8CB541 (or 0x8CB541) is known color: Limerick. HEX triplet: 8C, B5 and 41. RGB value is (140,181,65). Sum of RGB (Red+Green+Blue) = 140+181+65=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB541 is #734ABE. Grayscale: #9B9B9B. Windows color (decimal): -7555775 or 4306316. OLE color: 4306316.

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

Color convert

RGB 140 181 65 -
CMYK 0.23 0 0.64 0.29
HSL 81.21º 0.47% 0.48% -
HSV(B) 81.21º 0.64% 0.71% -
XYZ 28.29 39 11.04 -
YUV 155.52 76.92 116.93 -
System Red Green Blue C M Y K H S L
Decimal 140 181 65 0.23 0 0.64 0.29 81.21 0.47 0.48
Hex 8C B5 41 17 0 40 1D 51 2F 30
Octal 214 265 101 27 0 100 35 121 57 60
Binary 10001100 10110101 1000001 10111 0 1000000 11101 1010001 101111 110000

Color Harmonies of #8CB541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB541

Black with #8CB541

Text Example


Text Example

White with #8CB541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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