Html Css Color HEX #8CBC33 Limerick

📋 copy color: '#8CBC33'

red 140 ◦ green 188 ◦ blue 51

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

Shades of Limerick #8CBC33

Tints of Limerick #8CBC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.46%

R = 36.94%
G = 49.6%
B = 13.46%

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

#8CBC33 (or 0x8CBC33) is known color: Limerick. HEX triplet: 8C, BC and 33. RGB value is (140,188,51). Sum of RGB (Red+Green+Blue) = 140+188+51=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC33 is #7343CC. Grayscale: #9E9E9E. Windows color (decimal): -7553997 or 3390604. OLE color: 3390604.

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

Color convert

RGB 140 188 51 -
CMYK 0.26 0 0.73 0.26
HSL 81.02º 0.57% 0.47% -
HSV(B) 81.02º 0.73% 0.74% -
XYZ 29.4 41.78 9.65 -
YUV 158.03 67.6 115.14 -
System Red Green Blue C M Y K H S L
Decimal 140 188 51 0.26 0 0.73 0.26 81.02 0.57 0.47
Hex 8C BC 33 1A 0 49 1A 51 39 2F
Octal 214 274 63 32 0 111 32 121 71 57
Binary 10001100 10111100 110011 11010 0 1001001 11010 1010001 111001 101111

Color Harmonies of #8CBC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC33

Black with #8CBC33

Text Example


Text Example

White with #8CBC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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