#838B00

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

Shades of Olive #838B00

Tints of Olive #838B00

Color information

#838B00 (or 0x838B00) is unknown color: approx Olive. HEX triplet: 83, 8B and 00. RGB value is (131,139,0). Sum of RGB (Red+Green+Blue) = 131+139+0=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 139 (54.69% from 255 or 51.48% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 139 - color contains mainly: green. Hex color #838B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838B00 is #7C74FF. Grayscale: #797979. Windows color (decimal): -8156416 or 35715. OLE color: 35715.

HSL color Cylindrical-coordinate representation of color #838B00: hue angle of 63.45º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #838B00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB1311390-
CMYK0.06010.45
HSL63.45º100%27.25%-
HSV(B)63.45º100%54.51%-
XYZ18.5923.293.52-
YUV120.7659.85135.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.52%
GREEN value IS 139 (54.69% from 255) = 51.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.52%
G=51.48%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13113900.06010.4563.4510027.25
Hex838B060642D3f641b
Octal203213060144557714433
Binary1000001110001011011001100100101101111111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,139,0); }

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

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

 a { background-color: rgb(131,139,0); }

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

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

 span { border-color: rgb(131,139,0); }

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