#927E02

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

Shades of Olive #927E02

Tints of Olive #927E02

Color information

#927E02 (or 0x927E02) is unknown color: approx Olive. HEX triplet: 92, 7E and 02. RGB value is (146,126,2). Sum of RGB (Red+Green+Blue) = 146+126+2=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #927E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927E02 is #6D81FD. Grayscale: #767676. Windows color (decimal): -7176702 or 163474. OLE color: 163474.

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

Color convert

RGB1461262-
CMYK00.140.990.43
HSL51.67º97.3%29.02%-
HSV(B)51.67º98.63%57.25%-
XYZ19.3321.043.1-
YUV117.8462.63148.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.28%
GREEN value IS 126 (49.61% from 255) = 45.99%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=53.28%
G=45.99%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146126200.140.990.4351.6797.329.02
Hex927E20E632B34611d
Octal2221762016143536414135
Binary10010010111111010011101100011101011110100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927E02; }

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

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

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

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

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

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

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

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