#999300

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

Shades of Olive #999300

Tints of Olive #999300

Color information

#999300 (or 0x999300) is unknown color: approx Olive. HEX triplet: 99, 93 and 00. RGB value is (153,147,0). Sum of RGB (Red+Green+Blue) = 153+147+0=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #999300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999300 is #666CFF. Grayscale: #848484. Windows color (decimal): -6712576 or 37785. OLE color: 37785.

HSL color Cylindrical-coordinate representation of color #999300: hue angle of 57.65º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #999300 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB1531470-
CMYK00.0410.4
HSL57.65º100%30%-
HSV(B)57.65º100%60%-
XYZ23.5727.644.09-
YUV132.0453.49142.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 0 (0.39% from 255) = 0%
R=51%
G=49%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153147000.0410.457.6510030
Hex999300464283a641e
Octal231223004144507214436
Binary1001100110010011001001100100101000111010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999300; }

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

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

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

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

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

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

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

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