Html Css Color HEX #988A09 Olive

📋 copy color: '#988A09'

red 152 ◦ green 138 ◦ blue 9

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

Shades of Olive #988A09

Tints of Olive #988A09

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.15%

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

R = 50.84%
G = 46.15%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#988A09 (or 0x988A09) is known color: Olive. HEX triplet: 98, 8A and 09. RGB value is (152,138,9). Sum of RGB (Red+Green+Blue) = 152+138+9=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #988A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988A09 is #6775F6. Grayscale: #808080. Windows color (decimal): -6780407 or 625304. OLE color: 625304.

HSL color Cylindrical-coordinate representation of color #988A09: hue angle of 54.13º 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 #988A09 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 138 9 -
CMYK 0 0.09 0.94 0.40
HSL 54.13º 0.89% 0.32% -
HSV(B) 54.13º 0.94% 0.6% -
XYZ 22.09 24.87 3.9 -
YUV 127.48 61.14 145.49 -
System Red Green Blue C M Y K H S L
Decimal 152 138 9 0 0.09 0.94 0.40 54.13 0.89 0.32
Hex 98 8A 9 0 9 5E 28 36 59 20
Octal 230 212 11 0 11 136 50 66 131 40
Binary 10011000 10001010 1001 0 1001 1011110 101000 110110 1011001 100000

Color Harmonies of #988A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988A09

Black with #988A09

Text Example


Text Example

White with #988A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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