Html Css Color HEX #8CAB34 Limerick

📋 copy color: '#8CAB34'

red 140 ◦ green 171 ◦ blue 52

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

Shades of Limerick #8CAB34

Tints of Limerick #8CAB34

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.11%

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

R = 38.57%
G = 47.11%
B = 14.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#8CAB34 (or 0x8CAB34) is known color: Limerick. HEX triplet: 8C, AB and 34. RGB value is (140,171,52). Sum of RGB (Red+Green+Blue) = 140+171+52=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAB34 is #7354CB. Grayscale: #949494. Windows color (decimal): -7558348 or 3451788. OLE color: 3451788.

HSL color Cylindrical-coordinate representation of color #8CAB34: hue angle of 75.63º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CAB34 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 171 52 -
CMYK 0.18 0 0.70 0.33
HSL 75.63º 0.53% 0.44% -
HSV(B) 75.63º 0.7% 0.67% -
XYZ 26 34.95 8.62 -
YUV 148.17 73.73 122.18 -
System Red Green Blue C M Y K H S L
Decimal 140 171 52 0.18 0 0.70 0.33 75.63 0.53 0.44
Hex 8C AB 34 12 0 46 21 4C 35 2C
Octal 214 253 64 22 0 106 41 114 65 54
Binary 10001100 10101011 110100 10010 0 1000110 100001 1001100 110101 101100

Color Harmonies of #8CAB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAB34

Black with #8CAB34

Text Example


Text Example

White with #8CAB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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