Html Css Color HEX #8CBC16 Limerick

📋 copy color: '#8CBC16'

red 140 ◦ green 188 ◦ blue 22

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

Shades of Limerick #8CBC16

Tints of Limerick #8CBC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 40%
G = 53.71%
B = 6.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#8CBC16 (or 0x8CBC16) is known color: Limerick. HEX triplet: 8C, BC and 16. RGB value is (140,188,22). Sum of RGB (Red+Green+Blue) = 140+188+22=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBC16 is #7343E9. Grayscale: #9B9B9B. Windows color (decimal): -7554026 or 1490060. OLE color: 1490060.

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

Color convert

RGB 140 188 22 -
CMYK 0.26 0 0.88 0.26
HSL 77.35º 0.79% 0.41% -
HSV(B) 77.35º 0.88% 0.74% -
XYZ 28.94 41.6 7.26 -
YUV 154.72 53.1 117.5 -
System Red Green Blue C M Y K H S L
Decimal 140 188 22 0.26 0 0.88 0.26 77.35 0.79 0.41
Hex 8C BC 16 1A 0 58 1A 4D 4F 29
Octal 214 274 26 32 0 130 32 115 117 51
Binary 10001100 10111100 10110 11010 0 1011000 11010 1001101 1001111 101001

Color Harmonies of #8CBC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC16

Black with #8CBC16

Text Example


Text Example

White with #8CBC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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