Html Css Color HEX #888304 Olive

📋 copy color: '#888304'

red 136 ◦ green 131 ◦ blue 4

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

Shades of Olive #888304

Tints of Olive #888304

RGB

 RED value IS 136 (53.52% from 255) = 50.18%

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

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 50.18%
G = 48.34%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#888304 (or 0x888304) is known color: Olive. HEX triplet: 88, 83 and 04. RGB value is (136,131,4). Sum of RGB (Red+Green+Blue) = 136+131+4=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #888304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888304 is #777CFB. Grayscale: #767676. Windows color (decimal): -7830780 or 295816. OLE color: 295816.

HSL color Cylindrical-coordinate representation of color #888304: hue angle of 57.73º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #888304 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 131 4 -
CMYK 0 0.04 0.97 0.47
HSL 57.73º 0.94% 0.27% -
HSV(B) 57.73º 0.97% 0.53% -
XYZ 18.29 21.48 3.3 -
YUV 118.02 63.66 140.83 -
System Red Green Blue C M Y K H S L
Decimal 136 131 4 0 0.04 0.97 0.47 57.73 0.94 0.27
Hex 88 83 4 0 4 61 2F 3A 5E 1B
Octal 210 203 4 0 4 141 57 72 136 33
Binary 10001000 10000011 100 0 100 1100001 101111 111010 1011110 11011

Color Harmonies of #888304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888304

Black with #888304

Text Example


Text Example

White with #888304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888304; }

 p { color: rgb(136,131,4); }

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

background-color css

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

 a { background-color: rgb(136,131,4); }

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

border-color css

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

 span { border-color: rgb(136,131,4); }

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