Html Css Color HEX #998A09 Olive

📋 copy color: '#998A09'

red 153 ◦ green 138 ◦ blue 9

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

Shades of Olive #998A09

Tints of Olive #998A09

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46%

 BLUE value IS 9 (3.91% from 255) = 3%

R = 51%
G = 46%
B = 3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.4

RGB Variations

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

Color information

#998A09 (or 0x998A09) is known color: Olive. HEX triplet: 99, 8A and 09. RGB value is (153,138,9). Sum of RGB (Red+Green+Blue) = 153+138+9=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #998A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998A09 is #6675F6. Grayscale: #808080. Windows color (decimal): -6714871 or 625305. OLE color: 625305.

HSL color Cylindrical-coordinate representation of color #998A09: hue angle of 53.75º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #998A09 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 138 9 -
CMYK 0 0.10 0.94 0.4
HSL 53.75º 0.89% 0.32% -
HSV(B) 53.75º 0.94% 0.6% -
XYZ 22.27 24.97 3.9 -
YUV 127.78 60.97 145.99 -
System Red Green Blue C M Y K H S L
Decimal 153 138 9 0 0.10 0.94 0.4 53.75 0.89 0.32
Hex 99 8A 9 0 A 5E 28 36 59 20
Octal 231 212 11 0 12 136 50 66 131 40
Binary 10011001 10001010 1001 0 1010 1011110 101000 110110 1011001 100000

Color Harmonies of #998A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A09

Black with #998A09

Text Example


Text Example

White with #998A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998A09; }

 p { color: rgb(153,138,9); }

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

background-color css

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

 a { background-color: rgb(153,138,9); }

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

border-color css

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

 span { border-color: rgb(153,138,9); }

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