Html Css Color HEX #988405 Olive

📋 copy color: '#988405'

red 152 ◦ green 132 ◦ blue 5

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

Shades of Olive #988405

Tints of Olive #988405

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.67%

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

R = 52.6%
G = 45.67%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#988405 (or 0x988405) is known color: Olive. HEX triplet: 98, 84 and 05. RGB value is (152,132,5). Sum of RGB (Red+Green+Blue) = 152+132+5=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #988405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988405 is #677BFA. Grayscale: #7C7C7C. Windows color (decimal): -6781947 or 361624. OLE color: 361624.

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

Color convert

RGB 152 132 5 -
CMYK 0 0.13 0.97 0.40
HSL 51.84º 0.94% 0.31% -
HSV(B) 51.84º 0.97% 0.6% -
XYZ 21.23 23.19 3.5 -
YUV 123.5 61.13 148.33 -
System Red Green Blue C M Y K H S L
Decimal 152 132 5 0 0.13 0.97 0.40 51.84 0.94 0.31
Hex 98 84 5 0 D 61 28 34 5E 1F
Octal 230 204 5 0 15 141 50 64 136 37
Binary 10011000 10000100 101 0 1101 1100001 101000 110100 1011110 11111

Color Harmonies of #988405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988405

Black with #988405

Text Example


Text Example

White with #988405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988405; }

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

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

background-color css

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

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

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

border-color css

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

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

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