#869F28

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

Shades of Limerick #869F28

Tints of Limerick #869F28

Color information

#869F28 (or 0x869F28) is unknown color: approx Limerick. HEX triplet: 86, 9F and 28. RGB value is (134,159,40). Sum of RGB (Red+Green+Blue) = 134+159+40=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #869F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869F28 is #7960D7. Grayscale: #8A8A8A. Windows color (decimal): -7954648 or 2662278. OLE color: 2662278.

HSL color Cylindrical-coordinate representation of color #869F28: hue angle of 72.61º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #869F28 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB13415940-
CMYK0.1600.750.38
HSL72.61º59.8%39.02%-
HSV(B)72.61º74.84%62.35%-
XYZ22.6130.026.61-
YUV137.9672.72125.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.24%
GREEN value IS 159 (62.5% from 255) = 47.75%
BLUE value IS 40 (16.02% from 255) = 12.01%
R=40.24%
G=47.75%
B=12.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134159400.1600.750.3872.6159.839.02
Hex869F281004B26493c27
Octal20623750200113461117447
Binary100001101001111110100010000010010111001101001001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869F28; }

 p { color: rgb(134,159,40); }

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

<style>
 a { background-color: #869F28; }

 a { background-color: rgb(134,159,40); }

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

<style>
 span { border-color: #869F28; }

 span { border-color: rgb(134,159,40); }

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