Html Css Color HEX #988201 Olive

📋 copy color: '#988201'

red 152 ◦ green 130 ◦ blue 1

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

Shades of Olive #988201

Tints of Olive #988201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.94%

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

R = 53.71%
G = 45.94%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#988201 (or 0x988201) is known color: Olive. HEX triplet: 98, 82 and 01. RGB value is (152,130,1). Sum of RGB (Red+Green+Blue) = 152+130+1=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #988201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988201 is #677DFE. Grayscale: #7A7A7A. Windows color (decimal): -6782463 or 98968. OLE color: 98968.

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

Color convert

RGB 152 130 1 -
CMYK 0 0.14 0.99 0.40
HSL 51.26º 0.99% 0.3% -
HSV(B) 51.26º 0.99% 0.6% -
XYZ 20.94 22.64 3.3 -
YUV 121.87 59.79 149.49 -
System Red Green Blue C M Y K H S L
Decimal 152 130 1 0 0.14 0.99 0.40 51.26 0.99 0.3
Hex 98 82 1 0 E 63 28 33 63 1E
Octal 230 202 1 0 16 143 50 63 143 36
Binary 10011000 10000010 1 0 1110 1100011 101000 110011 1100011 11110

Color Harmonies of #988201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988201

Black with #988201

Text Example


Text Example

White with #988201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988201; }

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

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

background-color css

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

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

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

border-color css

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

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

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