#908202

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

Shades of Olive #908202

Tints of Olive #908202

Color information

#908202 (or 0x908202) is unknown color: approx Olive. HEX triplet: 90, 82 and 02. RGB value is (144,130,2). Sum of RGB (Red+Green+Blue) = 144+130+2=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #908202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908202 is #6F7DFD. Grayscale: #787878. Windows color (decimal): -7306750 or 164496. OLE color: 164496.

HSL color Cylindrical-coordinate representation of color #908202: hue angle of 54.08º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #908202 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB1441302-
CMYK00.100.990.44
HSL54.08º97.26%28.63%-
HSV(B)54.08º98.61%56.47%-
XYZ19.521.93.26-
YUV119.5961.64145.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.17%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=52.17%
G=47.10%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144130200.100.990.4454.0897.2628.63
Hex908220A632C36611d
Octal2202022012143546614135
Binary100100001000001010010101100011101100110110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908202; }

 p { color: rgb(144,130,2); }

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

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

 a { background-color: rgb(144,130,2); }

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

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

 span { border-color: rgb(144,130,2); }

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