Html Css Color HEX #998205 Olive

📋 copy color: '#998205'

red 153 ◦ green 130 ◦ blue 5

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

Shades of Olive #998205

Tints of Olive #998205

RGB

 RED value IS 153 (60.16% from 255) = 53.13%

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

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

R = 53.13%
G = 45.14%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#998205 (or 0x998205) is known color: Olive. HEX triplet: 99, 82 and 05. RGB value is (153,130,5). Sum of RGB (Red+Green+Blue) = 153+130+5=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #998205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998205 is #667DFA. Grayscale: #7B7B7B. Windows color (decimal): -6716923 or 361113. OLE color: 361113.

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

Color convert

RGB 153 130 5 -
CMYK 0 0.15 0.97 0.4
HSL 50.68º 0.94% 0.31% -
HSV(B) 50.68º 0.97% 0.6% -
XYZ 21.15 22.75 3.42 -
YUV 122.63 61.62 149.66 -
System Red Green Blue C M Y K H S L
Decimal 153 130 5 0 0.15 0.97 0.4 50.68 0.94 0.31
Hex 99 82 5 0 F 61 28 33 5E 1F
Octal 231 202 5 0 17 141 50 63 136 37
Binary 10011001 10000010 101 0 1111 1100001 101000 110011 1011110 11111

Color Harmonies of #998205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998205

Black with #998205

Text Example


Text Example

White with #998205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998205; }

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

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

background-color css

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

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

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

border-color css

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

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

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