Html Css Color HEX #988902 Olive

📋 copy color: '#988902'

red 152 ◦ green 137 ◦ blue 2

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

Shades of Olive #988902

Tints of Olive #988902

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.08%

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

R = 52.23%
G = 47.08%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#988902 (or 0x988902) is known color: Olive. HEX triplet: 98, 89 and 02. RGB value is (152,137,2). Sum of RGB (Red+Green+Blue) = 152+137+2=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #988902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988902 is #6776FD. Grayscale: #7E7E7E. Windows color (decimal): -6780670 or 166296. OLE color: 166296.

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

Color convert

RGB 152 137 2 -
CMYK 0 0.10 0.99 0.40
HSL 54º 0.97% 0.3% -
HSV(B) 54º 0.99% 0.6% -
XYZ 21.91 24.57 3.65 -
YUV 126.1 57.97 146.48 -
System Red Green Blue C M Y K H S L
Decimal 152 137 2 0 0.10 0.99 0.40 54 0.97 0.3
Hex 98 89 2 0 A 63 28 36 61 1E
Octal 230 211 2 0 12 143 50 66 141 36
Binary 10011000 10001001 10 0 1010 1100011 101000 110110 1100001 11110

Color Harmonies of #988902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988902

Black with #988902

Text Example


Text Example

White with #988902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988902; }

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

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

background-color css

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

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

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

border-color css

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

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

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