Html Css Color HEX #888300 Olive

📋 copy color: '#888300'

red 136 ◦ green 131 ◦ blue 0

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

Shades of Olive #888300

Tints of Olive #888300

RGB

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

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

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

R = 50.94%
G = 49.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#888300 (or 0x888300) is known color: Olive. HEX triplet: 88, 83 and 00. RGB value is (136,131,0). Sum of RGB (Red+Green+Blue) = 136+131+0=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #888300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888300 is #777CFF. Grayscale: #767676. Windows color (decimal): -7830784 or 33672. OLE color: 33672.

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

Color convert

RGB 136 131 0 -
CMYK 0 0.04 1 0.47
HSL 57.79º 1% 0.27% -
HSV(B) 57.79º 1% 0.53% -
XYZ 18.27 21.47 3.18 -
YUV 117.56 61.66 141.15 -
System Red Green Blue C M Y K H S L
Decimal 136 131 0 0 0.04 1 0.47 57.79 1 0.27
Hex 88 83 0 0 4 64 2F 3A 64 1B
Octal 210 203 0 0 4 144 57 72 144 33
Binary 10001000 10000011 0 0 100 1100100 101111 111010 1100100 11011

Color Harmonies of #888300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888300

Black with #888300

Text Example


Text Example

White with #888300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888300; }

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

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

background-color css

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

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

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

border-color css

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

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

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