Html Css Color HEX #8CAB1B Limerick

📋 copy color: '#8CAB1B'

red 140 ◦ green 171 ◦ blue 27

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

Shades of Limerick #8CAB1B

Tints of Limerick #8CAB1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.99%

R = 41.42%
G = 50.59%
B = 7.99%

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

#8CAB1B (or 0x8CAB1B) is known color: Limerick. HEX triplet: 8C, AB and 1B. RGB value is (140,171,27). Sum of RGB (Red+Green+Blue) = 140+171+27=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAB1B is #7354E4. Grayscale: #919191. Windows color (decimal): -7558373 or 1813388. OLE color: 1813388.

HSL color Cylindrical-coordinate representation of color #8CAB1B: hue angle of 72.92º degrees, saturation: 0.73, 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 #8CAB1B is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 171 27 -
CMYK 0.18 0 0.84 0.33
HSL 72.92º 0.73% 0.39% -
HSV(B) 72.92º 0.84% 0.67% -
XYZ 25.58 34.78 6.4 -
YUV 145.32 61.23 124.21 -
System Red Green Blue C M Y K H S L
Decimal 140 171 27 0.18 0 0.84 0.33 72.92 0.73 0.39
Hex 8C AB 1B 12 0 54 21 49 49 27
Octal 214 253 33 22 0 124 41 111 111 47
Binary 10001100 10101011 11011 10010 0 1010100 100001 1001001 1001001 100111

Color Harmonies of #8CAB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAB1B

Black with #8CAB1B

Text Example


Text Example

White with #8CAB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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