Html Css Color HEX #998808 Olive

📋 copy color: '#998808'

red 153 ◦ green 136 ◦ blue 8

#998808
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #998808

Tints of Olive #998808

RGB

 RED value IS 153 (60.16% from 255) = 51.52%

 GREEN value IS 136 (53.52% from 255) = 45.79%

 BLUE value IS 8 (3.52% from 255) = 2.69%

R = 51.52%
G = 45.79%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.4

RGB Variations

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

Color information

#998808 (or 0x998808) is known color: Olive. HEX triplet: 99, 88 and 08. RGB value is (153,136,8). Sum of RGB (Red+Green+Blue) = 153+136+8=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #998808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998808 is #6677F7. Grayscale: #7F7F7F. Windows color (decimal): -6715384 or 559257. OLE color: 559257.

HSL color Cylindrical-coordinate representation of color #998808: hue angle of 52.97º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #998808 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 136 8 -
CMYK 0 0.11 0.95 0.4
HSL 52.97º 0.9% 0.32% -
HSV(B) 52.97º 0.95% 0.6% -
XYZ 21.98 24.4 3.78 -
YUV 126.49 61.13 146.91 -
System Red Green Blue C M Y K H S L
Decimal 153 136 8 0 0.11 0.95 0.4 52.97 0.9 0.32
Hex 99 88 8 0 B 5F 28 35 5A 20
Octal 231 210 10 0 13 137 50 65 132 40
Binary 10011001 10001000 1000 0 1011 1011111 101000 110101 1011010 100000

Color Harmonies of #998808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998808

Black with #998808

Text Example


Text Example

White with #998808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998808; }

 p { color: rgb(153,136,8); }

 H1.HeaderClassName
 {
   color: #998808;
 }
 .AnyTagClassName
 {
   color: #998808;
 }
</style>

background-color css

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

 a { background-color: rgb(153,136,8); }

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

border-color css

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

 span { border-color: rgb(153,136,8); }

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