#8CB635

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

Shades of Limerick #8CB635

Tints of Limerick #8CB635

Color information

#8CB635 (or 0x8CB635) is unknown color: approx Limerick. HEX triplet: 8C, B6 and 35. RGB value is (140,182,53). Sum of RGB (Red+Green+Blue) = 140+182+53=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB635 is #7349CA. Grayscale: #9B9B9B. Windows color (decimal): -7555531 or 3520140. OLE color: 3520140.

HSL color Cylindrical-coordinate representation of color #8CB635: hue angle of 79.53º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8CB635 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB14018253-
CMYK0.2300.710.29
HSL79.53º54.89%46.08%-
HSV(B)79.53º70.88%71.37%-
XYZ28.1939.299.47-
YUV154.7470.59117.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.33%
GREEN value IS 182 (71.48% from 255) = 48.53%
BLUE value IS 53 (21.09% from 255) = 14.13%
R=37.33%
G=48.53%
B=14.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140182530.2300.710.2979.5354.8946.08
Hex8CB635170471D50372e
Octal21426665270107351206756
Binary10001100101101101101011011101000111111011010000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,182,53); }

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

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

 a { background-color: rgb(140,182,53); }

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

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

 span { border-color: rgb(140,182,53); }

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