Html Css Color HEX #989502 Olive

📋 copy color: '#989502'

red 152 ◦ green 149 ◦ blue 2

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

Shades of Olive #989502

Tints of Olive #989502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.17%

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

R = 50.17%
G = 49.17%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#989502 (or 0x989502) is known color: Olive. HEX triplet: 98, 95 and 02. RGB value is (152,149,2). Sum of RGB (Red+Green+Blue) = 152+149+2=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #989502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989502 is #676AFD. Grayscale: #858585. Windows color (decimal): -6777598 or 169368. OLE color: 169368.

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

Color convert

RGB 152 149 2 -
CMYK 0 0.02 0.99 0.40
HSL 58.8º 0.97% 0.3% -
HSV(B) 58.8º 0.99% 0.6% -
XYZ 23.71 28.17 4.25 -
YUV 133.14 53.99 141.45 -
System Red Green Blue C M Y K H S L
Decimal 152 149 2 0 0.02 0.99 0.40 58.8 0.97 0.3
Hex 98 95 2 0 2 63 28 3B 61 1E
Octal 230 225 2 0 2 143 50 73 141 36
Binary 10011000 10010101 10 0 10 1100011 101000 111011 1100001 11110

Color Harmonies of #989502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989502

Black with #989502

Text Example


Text Example

White with #989502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989502; }

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

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

background-color css

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

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

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

border-color css

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

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

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