#8CB933

Color #8CB933 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8CB933

Tints of Limerick #8CB933

Color information

#8CB933 (or 0x8CB933) is unknown color: approx Limerick. HEX triplet: 8C, B9 and 33. RGB value is (140,185,51). Sum of RGB (Red+Green+Blue) = 140+185+51=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB933 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB933 is #7346CC. Grayscale: #9C9C9C. Windows color (decimal): -7554765 or 3389836. OLE color: 3389836.

HSL color Cylindrical-coordinate representation of color #8CB933: hue angle of 80.15º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CB933 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB14018551-
CMYK0.2400.720.27
HSL80.15º56.78%46.27%-
HSV(B)80.15º72.43%72.55%-
XYZ28.7640.519.44-
YUV156.2768.59116.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.23%
GREEN value IS 185 (72.66% from 255) = 49.20%
BLUE value IS 51 (20.31% from 255) = 13.56%
R=37.23%
G=49.20%
B=13.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140185510.2400.720.2780.1556.7846.27
Hex8CB933180481B50392e
Octal21427163300110331207156
Binary10001100101110011100111100001001000110111010000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CB933;
 }
 .AnyTagClassName
 {
   color: #8CB933;
 }
</style>
background-color css

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

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

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

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

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

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