Html Css Color HEX #8CBC32 Limerick

📋 copy color: '#8CBC32'

red 140 ◦ green 188 ◦ blue 50

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

Shades of Limerick #8CBC32

Tints of Limerick #8CBC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.23%

R = 37.04%
G = 49.74%
B = 13.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#8CBC32 (or 0x8CBC32) is known color: Limerick. HEX triplet: 8C, BC and 32. RGB value is (140,188,50). Sum of RGB (Red+Green+Blue) = 140+188+50=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC32 is #7343CD. Grayscale: #9E9E9E. Windows color (decimal): -7553998 or 3325068. OLE color: 3325068.

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

Color convert

RGB 140 188 50 -
CMYK 0.26 0 0.73 0.26
HSL 80.87º 0.58% 0.47% -
HSV(B) 80.87º 0.73% 0.74% -
XYZ 29.37 41.77 9.53 -
YUV 157.92 67.1 115.22 -
System Red Green Blue C M Y K H S L
Decimal 140 188 50 0.26 0 0.73 0.26 80.87 0.58 0.47
Hex 8C BC 32 1A 0 49 1A 51 3A 2F
Octal 214 274 62 32 0 111 32 121 72 57
Binary 10001100 10111100 110010 11010 0 1001001 11010 1010001 111010 101111

Color Harmonies of #8CBC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC32

Black with #8CBC32

Text Example


Text Example

White with #8CBC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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