Html Css Color HEX #988205 Olive

📋 copy color: '#988205'

red 152 ◦ green 130 ◦ blue 5

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

Shades of Olive #988205

Tints of Olive #988205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.3%

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

R = 52.96%
G = 45.3%
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

#988205 (or 0x988205) is known color: Olive. HEX triplet: 98, 82 and 05. RGB value is (152,130,5). Sum of RGB (Red+Green+Blue) = 152+130+5=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #988205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988205 is #677DFA. Grayscale: #7A7A7A. Windows color (decimal): -6782459 or 361112. OLE color: 361112.

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

Color convert

RGB 152 130 5 -
CMYK 0 0.14 0.97 0.40
HSL 51.02º 0.94% 0.31% -
HSV(B) 51.02º 0.97% 0.6% -
XYZ 20.96 22.65 3.41 -
YUV 122.33 61.79 149.16 -
System Red Green Blue C M Y K H S L
Decimal 152 130 5 0 0.14 0.97 0.40 51.02 0.94 0.31
Hex 98 82 5 0 E 61 28 33 5E 1F
Octal 230 202 5 0 16 141 50 63 136 37
Binary 10011000 10000010 101 0 1110 1100001 101000 110011 1011110 11111

Color Harmonies of #988205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988205

Black with #988205

Text Example


Text Example

White with #988205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988205; }

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

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

background-color css

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

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

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

border-color css

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

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

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