Html Css Color HEX #988305 Olive

📋 copy color: '#988305'

red 152 ◦ green 131 ◦ blue 5

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

Shades of Olive #988305

Tints of Olive #988305

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.49%

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

R = 52.78%
G = 45.49%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#988305 (or 0x988305) is known color: Olive. HEX triplet: 98, 83 and 05. RGB value is (152,131,5). Sum of RGB (Red+Green+Blue) = 152+131+5=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #988305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988305 is #677CFA. Grayscale: #7B7B7B. Windows color (decimal): -6782203 or 361368. OLE color: 361368.

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

Color convert

RGB 152 131 5 -
CMYK 0 0.14 0.97 0.40
HSL 51.43º 0.94% 0.31% -
HSV(B) 51.43º 0.97% 0.6% -
XYZ 21.09 22.92 3.46 -
YUV 122.92 61.46 148.75 -
System Red Green Blue C M Y K H S L
Decimal 152 131 5 0 0.14 0.97 0.40 51.43 0.94 0.31
Hex 98 83 5 0 E 61 28 33 5E 1F
Octal 230 203 5 0 16 141 50 63 136 37
Binary 10011000 10000011 101 0 1110 1100001 101000 110011 1011110 11111

Color Harmonies of #988305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988305

Black with #988305

Text Example


Text Example

White with #988305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988305; }

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

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

background-color css

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

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

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

border-color css

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

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

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