#838402

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

Shades of Olive #838402

Tints of Olive #838402

Color information

#838402 (or 0x838402) is unknown color: approx Olive. HEX triplet: 83, 84 and 02. RGB value is (131,132,2). Sum of RGB (Red+Green+Blue) = 131+132+2=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #838402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838402 is #7C7BFD. Grayscale: #757575. Windows color (decimal): -8158206 or 164995. OLE color: 164995.

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

Color convert

RGB1311322-
CMYK0.0100.980.48
HSL60.46º97.01%26.27%-
HSV(B)60.46º98.48%51.76%-
XYZ17.6221.333.25-
YUV116.8863.17138.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.43%
GREEN value IS 132 (51.95% from 255) = 49.81%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=49.43%
G=49.81%
B=0.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13113220.0100.980.4860.4697.0126.27
Hex838421062303c611a
Octal203204210142607414132
Binary100000111000010010101100010110000111100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838402; }

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

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

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

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

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

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

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

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