Html Css Color HEX #8CB441 Limerick

📋 copy color: '#8CB441'

red 140 ◦ green 180 ◦ blue 65

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

Shades of Limerick #8CB441

Tints of Limerick #8CB441

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.75%

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

R = 36.36%
G = 46.75%
B = 16.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#8CB441 (or 0x8CB441) is known color: Limerick. HEX triplet: 8C, B4 and 41. RGB value is (140,180,65). Sum of RGB (Red+Green+Blue) = 140+180+65=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB441 is #734BBE. Grayscale: #9B9B9B. Windows color (decimal): -7556031 or 4306060. OLE color: 4306060.

HSL color Cylindrical-coordinate representation of color #8CB441: hue angle of 80.87º 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 #8CB441 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 180 65 -
CMYK 0.22 0 0.64 0.29
HSL 80.87º 0.47% 0.48% -
HSV(B) 80.87º 0.64% 0.71% -
XYZ 28.09 38.6 10.97 -
YUV 154.93 77.25 117.35 -
System Red Green Blue C M Y K H S L
Decimal 140 180 65 0.22 0 0.64 0.29 80.87 0.47 0.48
Hex 8C B4 41 16 0 40 1D 51 2F 30
Octal 214 264 101 26 0 100 35 121 57 60
Binary 10001100 10110100 1000001 10110 0 1000000 11101 1010001 101111 110000

Color Harmonies of #8CB441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB441

Black with #8CB441

Text Example


Text Example

White with #8CB441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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