Html Css Color HEX #998204 Olive

📋 copy color: '#998204'

red 153 ◦ green 130 ◦ blue 4

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

Shades of Olive #998204

Tints of Olive #998204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.39%

R = 53.31%
G = 45.3%
B = 1.39%

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

#998204 (or 0x998204) is known color: Olive. HEX triplet: 99, 82 and 04. RGB value is (153,130,4). Sum of RGB (Red+Green+Blue) = 153+130+4=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #998204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998204 is #667DFB. Grayscale: #7B7B7B. Windows color (decimal): -6716924 or 295577. OLE color: 295577.

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

Color convert

RGB 153 130 4 -
CMYK 0 0.15 0.97 0.4
HSL 50.74º 0.95% 0.31% -
HSV(B) 50.74º 0.97% 0.6% -
XYZ 21.14 22.75 3.39 -
YUV 122.51 61.12 149.75 -
System Red Green Blue C M Y K H S L
Decimal 153 130 4 0 0.15 0.97 0.4 50.74 0.95 0.31
Hex 99 82 4 0 F 61 28 33 5F 1F
Octal 231 202 4 0 17 141 50 63 137 37
Binary 10011001 10000010 100 0 1111 1100001 101000 110011 1011111 11111

Color Harmonies of #998204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998204

Black with #998204

Text Example


Text Example

White with #998204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998204; }

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

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

background-color css

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

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

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

border-color css

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

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

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