Html Css Color HEX #988602 Olive

📋 copy color: '#988602'

red 152 ◦ green 134 ◦ blue 2

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

Shades of Olive #988602

Tints of Olive #988602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.53%

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

R = 52.78%
G = 46.53%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#988602 (or 0x988602) is known color: Olive. HEX triplet: 98, 86 and 02. RGB value is (152,134,2). Sum of RGB (Red+Green+Blue) = 152+134+2=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #988602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988602 is #6779FD. Grayscale: #7C7C7C. Windows color (decimal): -6781438 or 165528. OLE color: 165528.

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

Color convert

RGB 152 134 2 -
CMYK 0 0.12 0.99 0.40
HSL 52.8º 0.97% 0.3% -
HSV(B) 52.8º 0.99% 0.6% -
XYZ 21.48 23.73 3.51 -
YUV 124.33 58.96 147.73 -
System Red Green Blue C M Y K H S L
Decimal 152 134 2 0 0.12 0.99 0.40 52.8 0.97 0.3
Hex 98 86 2 0 C 63 28 35 61 1E
Octal 230 206 2 0 14 143 50 65 141 36
Binary 10011000 10000110 10 0 1100 1100011 101000 110101 1100001 11110

Color Harmonies of #988602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988602

Black with #988602

Text Example


Text Example

White with #988602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988602; }

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

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

background-color css

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

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

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

border-color css

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

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

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