#928308

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

Shades of Olive #928308

Tints of Olive #928308

Color information

#928308 (or 0x928308) is unknown color: approx Olive. HEX triplet: 92, 83 and 08. RGB value is (146,131,8). Sum of RGB (Red+Green+Blue) = 146+131+8=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #928308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928308 is #6D7CF7. Grayscale: #797979. Windows color (decimal): -7175416 or 557970. OLE color: 557970.

HSL color Cylindrical-coordinate representation of color #928308: hue angle of 53.48º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #928308 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB1461318-
CMYK00.100.950.43
HSL53.48º89.61%30.2%-
HSV(B)53.48º94.52%57.25%-
XYZ20.0122.363.49-
YUV121.4663.97145.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.23%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 8 (3.52% from 255) = 2.81%
R=51.23%
G=45.96%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146131800.100.950.4353.4889.6130.2
Hex928380A5F2B355a1e
Octal22220310012137536513236
Binary10010010100000111000010101011111101011110101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928308; }

 p { color: rgb(146,131,8); }

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

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

 a { background-color: rgb(146,131,8); }

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

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

 span { border-color: rgb(146,131,8); }

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