Html Css Color HEX #8CB536 Limerick

📋 copy color: '#8CB536'

red 140 ◦ green 181 ◦ blue 54

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

Shades of Limerick #8CB536

Tints of Limerick #8CB536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.4%

R = 37.33%
G = 48.27%
B = 14.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#8CB536 (or 0x8CB536) is known color: Limerick. HEX triplet: 8C, B5 and 36. RGB value is (140,181,54). Sum of RGB (Red+Green+Blue) = 140+181+54=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB536 is #734AC9. Grayscale: #9A9A9A. Windows color (decimal): -7555786 or 3585420. OLE color: 3585420.

HSL color Cylindrical-coordinate representation of color #8CB536: hue angle of 79.37º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CB536 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 181 54 -
CMYK 0.23 0 0.70 0.29
HSL 79.37º 0.54% 0.46% -
HSV(B) 79.37º 0.7% 0.71% -
XYZ 28 38.89 9.52 -
YUV 154.26 71.42 117.83 -
System Red Green Blue C M Y K H S L
Decimal 140 181 54 0.23 0 0.70 0.29 79.37 0.54 0.46
Hex 8C B5 36 17 0 46 1D 4F 36 2E
Octal 214 265 66 27 0 106 35 117 66 56
Binary 10001100 10110101 110110 10111 0 1000110 11101 1001111 110110 101110

Color Harmonies of #8CB536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB536

Black with #8CB536

Text Example


Text Example

White with #8CB536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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