Html Css Color HEX #998402 Olive

📋 copy color: '#998402'

red 153 ◦ green 132 ◦ blue 2

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

Shades of Olive #998402

Tints of Olive #998402

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.99%

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

R = 53.31%
G = 45.99%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#998402 (or 0x998402) is known color: Olive. HEX triplet: 99, 84 and 02. RGB value is (153,132,2). Sum of RGB (Red+Green+Blue) = 153+132+2=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #998402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998402 is #667BFD. Grayscale: #7C7C7C. Windows color (decimal): -6716414 or 165017. OLE color: 165017.

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

Color convert

RGB 153 132 2 -
CMYK 0 0.14 0.99 0.4
HSL 51.66º 0.97% 0.3% -
HSV(B) 51.66º 0.99% 0.6% -
XYZ 21.4 23.28 3.42 -
YUV 123.46 59.46 149.07 -
System Red Green Blue C M Y K H S L
Decimal 153 132 2 0 0.14 0.99 0.4 51.66 0.97 0.3
Hex 99 84 2 0 E 63 28 34 61 1E
Octal 231 204 2 0 16 143 50 64 141 36
Binary 10011001 10000100 10 0 1110 1100011 101000 110100 1100001 11110

Color Harmonies of #998402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998402

Black with #998402

Text Example


Text Example

White with #998402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998402; }

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

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

background-color css

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

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

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

border-color css

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

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

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