Html Css Color HEX #989002 Olive

📋 copy color: '#989002'

red 152 ◦ green 144 ◦ blue 2

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

Shades of Olive #989002

Tints of Olive #989002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.32%

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

R = 51.01%
G = 48.32%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#989002 (or 0x989002) is known color: Olive. HEX triplet: 98, 90 and 02. RGB value is (152,144,2). Sum of RGB (Red+Green+Blue) = 152+144+2=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #989002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989002 is #676FFD. Grayscale: #828282. Windows color (decimal): -6778878 or 168088. OLE color: 168088.

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

Color convert

RGB 152 144 2 -
CMYK 0 0.05 0.99 0.40
HSL 56.8º 0.97% 0.3% -
HSV(B) 56.8º 0.99% 0.6% -
XYZ 22.93 26.63 3.99 -
YUV 130.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 152 144 2 0 0.05 0.99 0.40 56.8 0.97 0.3
Hex 98 90 2 0 5 63 28 39 61 1E
Octal 230 220 2 0 5 143 50 71 141 36
Binary 10011000 10010000 10 0 101 1100011 101000 111001 1100001 11110

Color Harmonies of #989002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989002

Black with #989002

Text Example


Text Example

White with #989002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989002; }

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

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

background-color css

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

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

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

border-color css

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

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

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