Html Css Color HEX #988C09 Olive

📋 copy color: '#988C09'

red 152 ◦ green 140 ◦ blue 9

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

Shades of Olive #988C09

Tints of Olive #988C09

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.51%

 BLUE value IS 9 (3.91% from 255) = 2.99%

R = 50.5%
G = 46.51%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#988C09 (or 0x988C09) is known color: Olive. HEX triplet: 98, 8C and 09. RGB value is (152,140,9). Sum of RGB (Red+Green+Blue) = 152+140+9=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #988C09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988C09 is #6773F6. Grayscale: #818181. Windows color (decimal): -6779895 or 625816. OLE color: 625816.

HSL color Cylindrical-coordinate representation of color #988C09: hue angle of 54.97º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #988C09 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 140 9 -
CMYK 0 0.08 0.94 0.40
HSL 54.97º 0.89% 0.32% -
HSV(B) 54.97º 0.94% 0.6% -
XYZ 22.38 25.45 3.99 -
YUV 128.65 60.48 144.65 -
System Red Green Blue C M Y K H S L
Decimal 152 140 9 0 0.08 0.94 0.40 54.97 0.89 0.32
Hex 98 8C 9 0 8 5E 28 37 59 20
Octal 230 214 11 0 10 136 50 67 131 40
Binary 10011000 10001100 1001 0 1000 1011110 101000 110111 1011001 100000

Color Harmonies of #988C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C09

Black with #988C09

Text Example


Text Example

White with #988C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988C09; }

 p { color: rgb(152,140,9); }

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

background-color css

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

 a { background-color: rgb(152,140,9); }

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

border-color css

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

 span { border-color: rgb(152,140,9); }

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