Html Css Color HEX #988402 Olive

📋 copy color: '#988402'

red 152 ◦ green 132 ◦ blue 2

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

Shades of Olive #988402

Tints of Olive #988402

RGB

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

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

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

R = 53.15%
G = 46.15%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#988402 (or 0x988402) is known color: Olive. HEX triplet: 98, 84 and 02. RGB value is (152,132,2). Sum of RGB (Red+Green+Blue) = 152+132+2=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #988402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988402 is #677BFD. Grayscale: #7B7B7B. Windows color (decimal): -6781950 or 165016. OLE color: 165016.

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

Color convert

RGB 152 132 2 -
CMYK 0 0.13 0.99 0.40
HSL 52º 0.97% 0.3% -
HSV(B) 52º 0.99% 0.6% -
XYZ 21.21 23.18 3.41 -
YUV 123.16 59.63 148.57 -
System Red Green Blue C M Y K H S L
Decimal 152 132 2 0 0.13 0.99 0.40 52 0.97 0.3
Hex 98 84 2 0 D 63 28 34 61 1E
Octal 230 204 2 0 15 143 50 64 141 36
Binary 10011000 10000100 10 0 1101 1100011 101000 110100 1100001 11110

Color Harmonies of #988402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988402

Black with #988402

Text Example


Text Example

White with #988402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988402; }

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

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

background-color css

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

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

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

border-color css

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

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

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