#838A02

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

Shades of Olive #838A02

Tints of Olive #838A02

Color information

#838A02 (or 0x838A02) is unknown color: approx Olive. HEX triplet: 83, 8A and 02. RGB value is (131,138,2). Sum of RGB (Red+Green+Blue) = 131+138+2=271 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.34% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #838A02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838A02 is #7C75FD. Grayscale: #787878. Windows color (decimal): -8156670 or 166531. OLE color: 166531.

HSL color Cylindrical-coordinate representation of color #838A02: hue angle of 63.09º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #838A02 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB1311382-
CMYK0.0500.990.46
HSL63.09º97.14%27.45%-
HSV(B)63.09º98.55%54.12%-
XYZ18.4623.013.53-
YUV120.461.18135.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.34%
GREEN value IS 138 (54.30% from 255) = 50.92%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=48.34%
G=50.92%
B=0.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13113820.0500.990.4663.0997.1427.45
Hex838A250632E3f611b
Octal203212250143567714133
Binary10000011100010101010101100011101110111111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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