#5B9202

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

Shades of Olive Drab #5B9202

Tints of Olive Drab #5B9202

Color information

#5B9202 (or 0x5B9202) is unknown color: approx Olive Drab. HEX triplet: 5B, 92 and 02. RGB value is (91,146,2). Sum of RGB (Red+Green+Blue) = 91+146+2=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 146 (57.42% from 255 or 61.09% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 146 - color contains mainly: green. Hex color #5B9202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9202 is #A46DFD. Grayscale: #717171. Windows color (decimal): -10776062 or 168539. OLE color: 168539.

HSL color Cylindrical-coordinate representation of color #5B9202: hue angle of 82.92º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B9202 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB911462-
CMYK0.3800.990.43
HSL82.92º97.3%29.02%-
HSV(B)82.92º98.63%57.25%-
XYZ14.622.793.69-
YUV113.1465.28112.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.08%
GREEN value IS 146 (57.42% from 255) = 61.09%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=38.08%
G=61.09%
B=0.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9114620.3800.990.4382.9297.329.02
Hex5B922260632B53611d
Octal13322224601435312314135
Binary10110111001001010100110011000111010111010011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B9202; }

 p { color: rgb(91,146,2); }

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

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

 a { background-color: rgb(91,146,2); }

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

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

 span { border-color: rgb(91,146,2); }

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