#938900

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

Shades of Olive #938900

Tints of Olive #938900

Color information

#938900 (or 0x938900) is unknown color: approx Olive. HEX triplet: 93, 89 and 00. RGB value is (147,137,0). Sum of RGB (Red+Green+Blue) = 147+137+0=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #938900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938900 is #6C76FF. Grayscale: #7C7C7C. Windows color (decimal): -7108352 or 35219. OLE color: 35219.

HSL color Cylindrical-coordinate representation of color #938900: hue angle of 55.92º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #938900 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB1471370-
CMYK00.0710.42
HSL55.92º100%28.82%-
HSV(B)55.92º100%57.65%-
XYZ20.9824.093.55-
YUV124.3757.81144.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.76%
GREEN value IS 137 (53.91% from 255) = 48.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.76%
G=48.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147137000.0710.4255.9210028.82
Hex9389007642A38641d
Octal223211007144527014435
Binary1001001110001001001111100100101010111000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938900; }

 p { color: rgb(147,137,0); }

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

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

 a { background-color: rgb(147,137,0); }

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

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

 span { border-color: rgb(147,137,0); }

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