Html Css Color HEX #988306 Olive

📋 copy color: '#988306'

red 152 ◦ green 131 ◦ blue 6

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

Shades of Olive #988306

Tints of Olive #988306

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.33%

 BLUE value IS 6 (2.73% from 255) = 2.08%

R = 52.6%
G = 45.33%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#988306 (or 0x988306) is known color: Olive. HEX triplet: 98, 83 and 06. RGB value is (152,131,6). Sum of RGB (Red+Green+Blue) = 152+131+6=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #988306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #988306 is #677CF9. Grayscale: #7B7B7B. Windows color (decimal): -6782202 or 426904. OLE color: 426904.

HSL color Cylindrical-coordinate representation of color #988306: hue angle of 51.37º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #988306 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 131 6 -
CMYK 0 0.14 0.96 0.40
HSL 51.37º 0.92% 0.31% -
HSV(B) 51.37º 0.96% 0.6% -
XYZ 21.1 22.92 3.48 -
YUV 123.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 152 131 6 0 0.14 0.96 0.40 51.37 0.92 0.31
Hex 98 83 6 0 E 60 28 33 5C 1F
Octal 230 203 6 0 16 140 50 63 134 37
Binary 10011000 10000011 110 0 1110 1100000 101000 110011 1011100 11111

Color Harmonies of #988306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988306

Black with #988306

Text Example


Text Example

White with #988306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988306; }

 p { color: rgb(152,131,6); }

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

background-color css

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

 a { background-color: rgb(152,131,6); }

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

border-color css

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

 span { border-color: rgb(152,131,6); }

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