Html Css Color HEX #888504 Olive

📋 copy color: '#888504'

red 136 ◦ green 133 ◦ blue 4

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

Shades of Olive #888504

Tints of Olive #888504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.72%

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

R = 49.82%
G = 48.72%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#888504 (or 0x888504) is known color: Olive. HEX triplet: 88, 85 and 04. RGB value is (136,133,4). Sum of RGB (Red+Green+Blue) = 136+133+4=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #888504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888504 is #777AFB. Grayscale: #777777. Windows color (decimal): -7830268 or 296328. OLE color: 296328.

HSL color Cylindrical-coordinate representation of color #888504: hue angle of 58.64º 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 #888504 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 133 4 -
CMYK 0 0.02 0.97 0.47
HSL 58.64º 0.94% 0.27% -
HSV(B) 58.64º 0.97% 0.53% -
XYZ 18.56 22.02 3.39 -
YUV 119.19 62.99 139.99 -
System Red Green Blue C M Y K H S L
Decimal 136 133 4 0 0.02 0.97 0.47 58.64 0.94 0.27
Hex 88 85 4 0 2 61 2F 3B 5E 1B
Octal 210 205 4 0 2 141 57 73 136 33
Binary 10001000 10000101 100 0 10 1100001 101111 111011 1011110 11011

Color Harmonies of #888504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888504

Black with #888504

Text Example


Text Example

White with #888504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888504; }

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

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

background-color css

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

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

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

border-color css

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

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

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