#928E04

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

Shades of Olive #928E04

Tints of Olive #928E04

Color information

#928E04 (or 0x928E04) is unknown color: approx Olive. HEX triplet: 92, 8E and 04. RGB value is (146,142,4). Sum of RGB (Red+Green+Blue) = 146+142+4=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #928E04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928E04 is #6D71FB. Grayscale: #808080. Windows color (decimal): -7172604 or 298642. OLE color: 298642.

HSL color Cylindrical-coordinate representation of color #928E04: hue angle of 58.31º 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 #928E04 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB1461424-
CMYK00.030.970.43
HSL58.31º94.67%29.41%-
HSV(B)58.31º97.26%57.25%-
XYZ21.5525.473.89-
YUV127.4658.33141.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50%
GREEN value IS 142 (55.86% from 255) = 48.63%
BLUE value IS 4 (1.95% from 255) = 1.37%
R=50%
G=48.63%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146142400.030.970.4358.3194.6729.41
Hex928E403612B3a5f1d
Octal222216403141537213735
Binary10010010100011101000111100001101011111010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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