Html Css Color HEX #988800 Olive

📋 copy color: '#988800'

red 152 ◦ green 136 ◦ blue 0

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

Shades of Olive #988800

Tints of Olive #988800

RGB

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

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

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

R = 52.78%
G = 47.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#988800 (or 0x988800) is known color: Olive. HEX triplet: 98, 88 and 00. RGB value is (152,136,0). Sum of RGB (Red+Green+Blue) = 152+136+0=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #988800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988800 is #6777FF. Grayscale: #7D7D7D. Windows color (decimal): -6780928 or 34968. OLE color: 34968.

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

Color convert

RGB 152 136 0 -
CMYK 0 0.11 1 0.40
HSL 53.68º 1% 0.3% -
HSV(B) 53.68º 1% 0.6% -
XYZ 21.75 24.28 3.54 -
YUV 125.28 57.3 147.06 -
System Red Green Blue C M Y K H S L
Decimal 152 136 0 0 0.11 1 0.40 53.68 1 0.3
Hex 98 88 0 0 B 64 28 36 64 1E
Octal 230 210 0 0 13 144 50 66 144 36
Binary 10011000 10001000 0 0 1011 1100100 101000 110110 1100100 11110

Color Harmonies of #988800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988800

Black with #988800

Text Example


Text Example

White with #988800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988800; }

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

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

background-color css

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

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

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

border-color css

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

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

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