#838D10

Color #838D10 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #838D10

Tints of Olive #838D10

Color information

#838D10 (or 0x838D10) is unknown color: approx Olive. HEX triplet: 83, 8D and 10. RGB value is (131,141,16). Sum of RGB (Red+Green+Blue) = 131+141+16=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #838D10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838D10 is #7C72EF. Grayscale: #7C7C7C. Windows color (decimal): -8155888 or 1084803. OLE color: 1084803.

HSL color Cylindrical-coordinate representation of color #838D10: hue angle of 64.8º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #838D10 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB13114116-
CMYK0.0700.890.45
HSL64.8º79.62%30.78%-
HSV(B)64.8º88.65%55.29%-
XYZ18.9823.914.11-
YUV123.7667.19133.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.49%
GREEN value IS 141 (55.47% from 255) = 48.96%
BLUE value IS 16 (6.64% from 255) = 5.56%
R=45.49%
G=48.96%
B=5.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131141160.0700.890.4564.879.6230.78
Hex838D1070592D41501f
Octal20321520701315510112037
Binary100000111000110110000111010110011011011000001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838D10; }

 p { color: rgb(131,141,16); }

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

<style>
 a { background-color: #838D10; }

 a { background-color: rgb(131,141,16); }

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

<style>
 span { border-color: #838D10; }

 span { border-color: rgb(131,141,16); }

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