Html Css Color HEX #989202 Olive

📋 copy color: '#989202'

red 152 ◦ green 146 ◦ blue 2

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

Shades of Olive #989202

Tints of Olive #989202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.67%

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

R = 50.67%
G = 48.67%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#989202 (or 0x989202) is known color: Olive. HEX triplet: 98, 92 and 02. RGB value is (152,146,2). Sum of RGB (Red+Green+Blue) = 152+146+2=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #989202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989202 is #676DFD. Grayscale: #838383. Windows color (decimal): -6778366 or 168600. OLE color: 168600.

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

Color convert

RGB 152 146 2 -
CMYK 0 0.04 0.99 0.40
HSL 57.6º 0.97% 0.3% -
HSV(B) 57.6º 0.99% 0.6% -
XYZ 23.24 27.24 4.09 -
YUV 131.38 54.99 142.71 -
System Red Green Blue C M Y K H S L
Decimal 152 146 2 0 0.04 0.99 0.40 57.6 0.97 0.3
Hex 98 92 2 0 4 63 28 3A 61 1E
Octal 230 222 2 0 4 143 50 72 141 36
Binary 10011000 10010010 10 0 100 1100011 101000 111010 1100001 11110

Color Harmonies of #989202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989202

Black with #989202

Text Example


Text Example

White with #989202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989202; }

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

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

background-color css

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

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

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

border-color css

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

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

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