Html Css Color HEX #888400 Olive

📋 copy color: '#888400'

red 136 ◦ green 132 ◦ blue 0

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

Shades of Olive #888400

Tints of Olive #888400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.75%
G = 49.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#888400 (or 0x888400) is known color: Olive. HEX triplet: 88, 84 and 00. RGB value is (136,132,0). Sum of RGB (Red+Green+Blue) = 136+132+0=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #888400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888400 is #777BFF. Grayscale: #767676. Windows color (decimal): -7830528 or 33928. OLE color: 33928.

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

Color convert

RGB 136 132 0 -
CMYK 0 0.03 1 0.47
HSL 58.24º 1% 0.27% -
HSV(B) 58.24º 1% 0.53% -
XYZ 18.4 21.74 3.23 -
YUV 118.15 61.33 140.73 -
System Red Green Blue C M Y K H S L
Decimal 136 132 0 0 0.03 1 0.47 58.24 1 0.27
Hex 88 84 0 0 3 64 2F 3A 64 1B
Octal 210 204 0 0 3 144 57 72 144 33
Binary 10001000 10000100 0 0 11 1100100 101111 111010 1100100 11011

Color Harmonies of #888400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888400

Black with #888400

Text Example


Text Example

White with #888400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888400; }

 p { color: rgb(136,132,0); }

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

background-color css

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

 a { background-color: rgb(136,132,0); }

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

border-color css

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

 span { border-color: rgb(136,132,0); }

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