#928F04

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

Shades of Olive #928F04

Tints of Olive #928F04

Color information

#928F04 (or 0x928F04) is unknown color: approx Olive. HEX triplet: 92, 8F and 04. RGB value is (146,143,4). Sum of RGB (Red+Green+Blue) = 146+143+4=293 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.83% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 146 - color contains mainly: red. Hex color #928F04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928F04 is #6D70FB. Grayscale: #808080. Windows color (decimal): -7172348 or 298898. OLE color: 298898.

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

Color convert

RGB1461434-
CMYK00.020.970.43
HSL58.73º94.67%29.41%-
HSV(B)58.73º97.26%57.25%-
XYZ21.725.763.94-
YUV128.0557.99140.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.83%
GREEN value IS 143 (56.25% from 255) = 48.81%
BLUE value IS 4 (1.95% from 255) = 1.37%
R=49.83%
G=48.81%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146143400.020.970.4358.7394.6729.41
Hex928F402612B3b5f1d
Octal222217402141537313735
Binary10010010100011111000101100001101011111011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928F04; }

 p { color: rgb(146,143,4); }

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

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

 a { background-color: rgb(146,143,4); }

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

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

 span { border-color: rgb(146,143,4); }

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