Html Css Color HEX #988101 Olive

📋 copy color: '#988101'

red 152 ◦ green 129 ◦ blue 1

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

Shades of Olive #988101

Tints of Olive #988101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 53.9%
G = 45.74%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#988101 (or 0x988101) is known color: Olive. HEX triplet: 98, 81 and 01. RGB value is (152,129,1). Sum of RGB (Red+Green+Blue) = 152+129+1=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #988101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988101 is #677EFE. Grayscale: #797979. Windows color (decimal): -6782719 or 98712. OLE color: 98712.

HSL color Cylindrical-coordinate representation of color #988101: hue angle of 50.86º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #988101 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 129 1 -
CMYK 0 0.15 0.99 0.40
HSL 50.86º 0.99% 0.3% -
HSV(B) 50.86º 0.99% 0.6% -
XYZ 20.8 22.38 3.25 -
YUV 121.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 152 129 1 0 0.15 0.99 0.40 50.86 0.99 0.3
Hex 98 81 1 0 F 63 28 33 63 1E
Octal 230 201 1 0 17 143 50 63 143 36
Binary 10011000 10000001 1 0 1111 1100011 101000 110011 1100011 11110

Color Harmonies of #988101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988101

Black with #988101

Text Example


Text Example

White with #988101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988101; }

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

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

background-color css

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

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

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

border-color css

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

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

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