Html Css Color HEX #8CBC2C Limerick

📋 copy color: '#8CBC2C'

red 140 ◦ green 188 ◦ blue 44

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

Shades of Limerick #8CBC2C

Tints of Limerick #8CBC2C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.54%

 BLUE value IS 44 (17.58% from 255) = 11.83%

R = 37.63%
G = 50.54%
B = 11.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#8CBC2C (or 0x8CBC2C) is known color: Limerick. HEX triplet: 8C, BC and 2C. RGB value is (140,188,44). Sum of RGB (Red+Green+Blue) = 140+188+44=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC2C is #7343D3. Grayscale: #9D9D9D. Windows color (decimal): -7554004 or 2931852. OLE color: 2931852.

HSL color Cylindrical-coordinate representation of color #8CBC2C: hue angle of 80º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CBC2C is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 188 44 -
CMYK 0.26 0 0.77 0.26
HSL 80º 0.62% 0.45% -
HSV(B) 80º 0.77% 0.74% -
XYZ 29.25 41.72 8.89 -
YUV 157.23 64.1 115.71 -
System Red Green Blue C M Y K H S L
Decimal 140 188 44 0.26 0 0.77 0.26 80 0.62 0.45
Hex 8C BC 2C 1A 0 4D 1A 50 3E 2D
Octal 214 274 54 32 0 115 32 120 76 55
Binary 10001100 10111100 101100 11010 0 1001101 11010 1010000 111110 101101

Color Harmonies of #8CBC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC2C

Black with #8CBC2C

Text Example


Text Example

White with #8CBC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,188,44); }

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

background-color css

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

 a { background-color: rgb(140,188,44); }

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

border-color css

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

 span { border-color: rgb(140,188,44); }

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