#838203

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

Shades of Olive #838203

Tints of Olive #838203

Color information

#838203 (or 0x838203) is unknown color: approx Olive. HEX triplet: 83, 82 and 03. RGB value is (131,130,3). Sum of RGB (Red+Green+Blue) = 131+130+3=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #838203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838203 is #7C7DFC. Grayscale: #747474. Windows color (decimal): -8158717 or 230019. OLE color: 230019.

HSL color Cylindrical-coordinate representation of color #838203: hue angle of 59.53º degrees, saturation: 0.96, 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 #838203 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB1311303-
CMYK00.010.980.49
HSL59.53º95.52%26.27%-
HSV(B)59.53º97.71%51.37%-
XYZ17.3620.83.19-
YUV115.8264.33138.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.62%
GREEN value IS 130 (51.17% from 255) = 49.24%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=49.62%
G=49.24%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131130300.010.980.4959.5395.5226.27
Hex838230162313c601a
Octal203202301142617414032
Binary100000111000001011011100010110001111100110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838203; }

 p { color: rgb(131,130,3); }

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

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

 a { background-color: rgb(131,130,3); }

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

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

 span { border-color: rgb(131,130,3); }

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