Html Css Color HEX #988805 Olive

📋 copy color: '#988805'

red 152 ◦ green 136 ◦ blue 5

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

Shades of Olive #988805

Tints of Olive #988805

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.42%

 BLUE value IS 5 (2.34% from 255) = 1.71%

R = 51.88%
G = 46.42%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#988805 (or 0x988805) is known color: Olive. HEX triplet: 98, 88 and 05. RGB value is (152,136,5). Sum of RGB (Red+Green+Blue) = 152+136+5=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #988805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988805 is #6777FA. Grayscale: #7E7E7E. Windows color (decimal): -6780923 or 362648. OLE color: 362648.

HSL color Cylindrical-coordinate representation of color #988805: hue angle of 53.47º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #988805 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 5 -
CMYK 0 0.11 0.97 0.40
HSL 53.47º 0.94% 0.31% -
HSV(B) 53.47º 0.97% 0.6% -
XYZ 21.78 24.29 3.68 -
YUV 125.85 59.8 146.65 -
System Red Green Blue C M Y K H S L
Decimal 152 136 5 0 0.11 0.97 0.40 53.47 0.94 0.31
Hex 98 88 5 0 B 61 28 35 5E 1F
Octal 230 210 5 0 13 141 50 65 136 37
Binary 10011000 10001000 101 0 1011 1100001 101000 110101 1011110 11111

Color Harmonies of #988805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988805

Black with #988805

Text Example


Text Example

White with #988805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988805; }

 p { color: rgb(152,136,5); }

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

background-color css

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

 a { background-color: rgb(152,136,5); }

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

border-color css

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

 span { border-color: rgb(152,136,5); }

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