#998306

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

Shades of Olive #998306

Tints of Olive #998306

Color information

#998306 (or 0x998306) is unknown color: approx Olive. HEX triplet: 99, 83 and 06. RGB value is (153,131,6). Sum of RGB (Red+Green+Blue) = 153+131+6=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #998306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998306 is #667CF9. Grayscale: #7B7B7B. Windows color (decimal): -6716666 or 426905. OLE color: 426905.

HSL color Cylindrical-coordinate representation of color #998306: hue angle of 51.02º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #998306 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB1531316-
CMYK00.140.960.4
HSL51.02º92.45%31.18%-
HSV(B)51.02º96.08%60%-
XYZ21.2923.023.49-
YUV123.3361.79149.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.76%
GREEN value IS 131 (51.56% from 255) = 45.17%
BLUE value IS 6 (2.73% from 255) = 2.07%
R=52.76%
G=45.17%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153131600.140.960.451.0292.4531.18
Hex998360E6028335c1f
Octal2312036016140506313437
Binary1001100110000011110011101100000101000110011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998306; }

 p { color: rgb(153,131,6); }

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

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

 a { background-color: rgb(153,131,6); }

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

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

 span { border-color: rgb(153,131,6); }

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