Html Css Color HEX #8CAB1C Limerick

📋 copy color: '#8CAB1C'

red 140 ◦ green 171 ◦ blue 28

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

Shades of Limerick #8CAB1C

Tints of Limerick #8CAB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.26%

R = 41.3%
G = 50.44%
B = 8.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#8CAB1C (or 0x8CAB1C) is known color: Limerick. HEX triplet: 8C, AB and 1C. RGB value is (140,171,28). Sum of RGB (Red+Green+Blue) = 140+171+28=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAB1C is #7354E3. Grayscale: #919191. Windows color (decimal): -7558372 or 1878924. OLE color: 1878924.

HSL color Cylindrical-coordinate representation of color #8CAB1C: hue angle of 73.01º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8CAB1C is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 171 28 -
CMYK 0.18 0 0.84 0.33
HSL 73.01º 0.72% 0.39% -
HSV(B) 73.01º 0.84% 0.67% -
XYZ 25.59 34.79 6.46 -
YUV 145.43 61.73 124.13 -
System Red Green Blue C M Y K H S L
Decimal 140 171 28 0.18 0 0.84 0.33 73.01 0.72 0.39
Hex 8C AB 1C 12 0 54 21 49 48 27
Octal 214 253 34 22 0 124 41 111 110 47
Binary 10001100 10101011 11100 10010 0 1010100 100001 1001001 1001000 100111

Color Harmonies of #8CAB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAB1C

Black with #8CAB1C

Text Example


Text Example

White with #8CAB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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