Html Css Color HEX #988100 Olive

📋 copy color: '#988100'

red 152 ◦ green 129 ◦ blue 0

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

Shades of Olive #988100

Tints of Olive #988100

RGB

 RED value IS 152 (59.77% from 255) = 54.09%

 GREEN value IS 129 (50.78% from 255) = 45.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.09%
G = 45.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#988100 (or 0x988100) is known color: Olive. HEX triplet: 98, 81 and 00. RGB value is (152,129,0). Sum of RGB (Red+Green+Blue) = 152+129+0=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #988100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988100 is #677EFF. Grayscale: #797979. Windows color (decimal): -6782720 or 33176. OLE color: 33176.

HSL color Cylindrical-coordinate representation of color #988100: hue angle of 50.92º 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 #988100 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 129 0 -
CMYK 0 0.15 1 0.40
HSL 50.92º 1% 0.3% -
HSV(B) 50.92º 1% 0.6% -
XYZ 20.8 22.38 3.22 -
YUV 121.17 59.62 149.99 -
System Red Green Blue C M Y K H S L
Decimal 152 129 0 0 0.15 1 0.40 50.92 1 0.3
Hex 98 81 0 0 F 64 28 33 64 1E
Octal 230 201 0 0 17 144 50 63 144 36
Binary 10011000 10000001 0 0 1111 1100100 101000 110011 1100100 11110

Color Harmonies of #988100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988100

Black with #988100

Text Example


Text Example

White with #988100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988100; }

 p { color: rgb(152,129,0); }

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

background-color css

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

 a { background-color: rgb(152,129,0); }

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

border-color css

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

 span { border-color: rgb(152,129,0); }

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