#838510

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

Shades of Olive #838510

Tints of Olive #838510

Color information

#838510 (or 0x838510) is unknown color: approx Olive. HEX triplet: 83, 85 and 10. RGB value is (131,133,16). Sum of RGB (Red+Green+Blue) = 131+133+16=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #838510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838510 is #7C7AEF. Grayscale: #777777. Windows color (decimal): -8157936 or 1082755. OLE color: 1082755.

HSL color Cylindrical-coordinate representation of color #838510: hue angle of 61.03º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #838510 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB13113316-
CMYK0.0200.880.48
HSL61.03º78.52%29.22%-
HSV(B)61.03º87.97%52.16%-
XYZ17.8421.643.73-
YUV119.0669.84136.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.79%
GREEN value IS 133 (52.34% from 255) = 47.5%
BLUE value IS 16 (6.64% from 255) = 5.71%
R=46.79%
G=47.5%
B=5.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131133160.0200.880.4861.0378.5229.22
Hex8385102058303d4f1d
Octal2032052020130607511735
Binary1000001110000101100001001011000110000111101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838510; }

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

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

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

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

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

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

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

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