#969202

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

Shades of Olive #969202

Tints of Olive #969202

Color information

#969202 (or 0x969202) is unknown color: approx Olive. HEX triplet: 96, 92 and 02. RGB value is (150,146,2). Sum of RGB (Red+Green+Blue) = 150+146+2=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #969202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969202 is #696DFD. Grayscale: #838383. Windows color (decimal): -6909438 or 168598. OLE color: 168598.

HSL color Cylindrical-coordinate representation of color #969202: hue angle of 58.38º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #969202 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB1501462-
CMYK00.030.990.41
HSL58.38º97.37%29.8%-
HSV(B)58.38º98.67%58.82%-
XYZ22.8727.054.07-
YUV130.7855.33141.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 146 (57.42% from 255) = 48.99%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=50.34%
G=48.99%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150146200.030.990.4158.3897.3729.8
Hex969220363293a611e
Octal226222203143517214136
Binary1001011010010010100111100011101001111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969202; }

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

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

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

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

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

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

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

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