Html Css Color HEX #998202 Olive

📋 copy color: '#998202'

red 153 ◦ green 130 ◦ blue 2

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

Shades of Olive #998202

Tints of Olive #998202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 53.68%
G = 45.61%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#998202 (or 0x998202) is known color: Olive. HEX triplet: 99, 82 and 02. RGB value is (153,130,2). Sum of RGB (Red+Green+Blue) = 153+130+2=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #998202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998202 is #667DFD. Grayscale: #7A7A7A. Windows color (decimal): -6716926 or 164505. OLE color: 164505.

HSL color Cylindrical-coordinate representation of color #998202: hue angle of 50.86º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #998202 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 130 2 -
CMYK 0 0.15 0.99 0.4
HSL 50.86º 0.97% 0.3% -
HSV(B) 50.86º 0.99% 0.6% -
XYZ 21.13 22.74 3.33 -
YUV 122.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 153 130 2 0 0.15 0.99 0.4 50.86 0.97 0.3
Hex 99 82 2 0 F 63 28 33 61 1E
Octal 231 202 2 0 17 143 50 63 141 36
Binary 10011001 10000010 10 0 1111 1100011 101000 110011 1100001 11110

Color Harmonies of #998202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998202

Black with #998202

Text Example


Text Example

White with #998202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998202; }

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

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

background-color css

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

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

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

border-color css

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

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

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