#838102

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

Shades of Olive #838102

Tints of Olive #838102

Color information

#838102 (or 0x838102) is unknown color: approx Olive. HEX triplet: 83, 81 and 02. RGB value is (131,129,2). Sum of RGB (Red+Green+Blue) = 131+129+2=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #838102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838102 is #7C7EFD. Grayscale: #737373. Windows color (decimal): -8158974 or 164227. OLE color: 164227.

HSL color Cylindrical-coordinate representation of color #838102: hue angle of 59.07º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #838102 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB1311292-
CMYK00.020.980.49
HSL59.07º96.99%26.08%-
HSV(B)59.07º98.47%51.37%-
XYZ17.2220.533.11-
YUV115.1264.16139.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50%
GREEN value IS 129 (50.78% from 255) = 49.24%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=50%
G=49.24%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131129200.020.980.4959.0796.9926.08
Hex838120262313b611a
Octal203201202142617314132
Binary1000001110000001100101100010110001111011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838102; }

 p { color: rgb(131,129,2); }

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

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

 a { background-color: rgb(131,129,2); }

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

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

 span { border-color: rgb(131,129,2); }

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