#8CB03A

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

Shades of Limerick #8CB03A

Tints of Limerick #8CB03A

Color information

#8CB03A (or 0x8CB03A) is unknown color: approx Limerick. HEX triplet: 8C, B0 and 3A. RGB value is (140,176,58). Sum of RGB (Red+Green+Blue) = 140+176+58=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB03A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB03A is #734FC5. Grayscale: #989898. Windows color (decimal): -7557062 or 3846284. OLE color: 3846284.

HSL color Cylindrical-coordinate representation of color #8CB03A: hue angle of 78.31º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CB03A is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB14017658-
CMYK0.2000.670.31
HSL78.31º50.43%45.88%-
HSV(B)78.31º67.05%69.02%-
XYZ27.136.939.7-
YUV151.7875.07119.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.43%
GREEN value IS 176 (69.14% from 255) = 47.06%
BLUE value IS 58 (23.05% from 255) = 15.51%
R=37.43%
G=47.06%
B=15.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal140176580.2000.670.3178.3150.4345.88
Hex8CB03A140431F4e322e
Octal21426072240103371166256
Binary10001100101100001110101010001000011111111001110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,176,58); }

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

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

 a { background-color: rgb(140,176,58); }

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

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

 span { border-color: rgb(140,176,58); }

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