Html Css Color HEX #8CB534 Limerick

📋 copy color: '#8CB534'

red 140 ◦ green 181 ◦ blue 52

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

Shades of Limerick #8CB534

Tints of Limerick #8CB534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.94%

R = 37.53%
G = 48.53%
B = 13.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#8CB534 (or 0x8CB534) is known color: Limerick. HEX triplet: 8C, B5 and 34. RGB value is (140,181,52). Sum of RGB (Red+Green+Blue) = 140+181+52=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB534 is #734ACB. Grayscale: #9A9A9A. Windows color (decimal): -7555788 or 3454348. OLE color: 3454348.

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

Color convert

RGB 140 181 52 -
CMYK 0.23 0 0.71 0.29
HSL 79.07º 0.55% 0.46% -
HSV(B) 79.07º 0.71% 0.71% -
XYZ 27.96 38.87 9.28 -
YUV 154.04 70.42 117.99 -
System Red Green Blue C M Y K H S L
Decimal 140 181 52 0.23 0 0.71 0.29 79.07 0.55 0.46
Hex 8C B5 34 17 0 47 1D 4F 37 2E
Octal 214 265 64 27 0 107 35 117 67 56
Binary 10001100 10110101 110100 10111 0 1000111 11101 1001111 110111 101110

Color Harmonies of #8CB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB534

Black with #8CB534

Text Example


Text Example

White with #8CB534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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