Html Css Color HEX #888405 Olive

📋 copy color: '#888405'

red 136 ◦ green 132 ◦ blue 5

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

Shades of Olive #888405

Tints of Olive #888405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.83%

R = 49.82%
G = 48.35%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#888405 (or 0x888405) is known color: Olive. HEX triplet: 88, 84 and 05. RGB value is (136,132,5). Sum of RGB (Red+Green+Blue) = 136+132+5=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #888405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888405 is #777BFA. Grayscale: #777777. Windows color (decimal): -7830523 or 361608. OLE color: 361608.

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

Color convert

RGB 136 132 5 -
CMYK 0 0.03 0.96 0.47
HSL 58.17º 0.93% 0.28% -
HSV(B) 58.17º 0.96% 0.53% -
XYZ 18.43 21.75 3.37 -
YUV 118.72 63.83 140.33 -
System Red Green Blue C M Y K H S L
Decimal 136 132 5 0 0.03 0.96 0.47 58.17 0.93 0.28
Hex 88 84 5 0 3 60 2F 3A 5D 1C
Octal 210 204 5 0 3 140 57 72 135 34
Binary 10001000 10000100 101 0 11 1100000 101111 111010 1011101 11100

Color Harmonies of #888405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888405

Black with #888405

Text Example


Text Example

White with #888405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888405; }

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

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

background-color css

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

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

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

border-color css

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

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

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