Html Css Color HEX #998406 Olive

📋 copy color: '#998406'

red 153 ◦ green 132 ◦ blue 6

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

Shades of Olive #998406

Tints of Olive #998406

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.36%

 BLUE value IS 6 (2.73% from 255) = 2.06%

R = 52.58%
G = 45.36%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#998406 (or 0x998406) is known color: Olive. HEX triplet: 99, 84 and 06. RGB value is (153,132,6). Sum of RGB (Red+Green+Blue) = 153+132+6=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 6 (2.73% from 255 or 2.06% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #998406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998406 is #667BF9. Grayscale: #7C7C7C. Windows color (decimal): -6716410 or 427161. OLE color: 427161.

HSL color Cylindrical-coordinate representation of color #998406: hue angle of 51.43º 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 #998406 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 132 6 -
CMYK 0 0.14 0.96 0.4
HSL 51.43º 0.92% 0.31% -
HSV(B) 51.43º 0.96% 0.6% -
XYZ 21.42 23.29 3.54 -
YUV 123.92 61.46 148.75 -
System Red Green Blue C M Y K H S L
Decimal 153 132 6 0 0.14 0.96 0.4 51.43 0.92 0.31
Hex 99 84 6 0 E 60 28 33 5C 1F
Octal 231 204 6 0 16 140 50 63 134 37
Binary 10011001 10000100 110 0 1110 1100000 101000 110011 1011100 11111

Color Harmonies of #998406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998406

Black with #998406

Text Example


Text Example

White with #998406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998406; }

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

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

background-color css

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

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

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

border-color css

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

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

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