Html Css Color HEX #889100 Olive

📋 copy color: '#889100'

red 136 ◦ green 145 ◦ blue 0

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

Shades of Olive #889100

Tints of Olive #889100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.6%

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

R = 48.4%
G = 51.6%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#889100 (or 0x889100) is known color: Olive. HEX triplet: 88, 91 and 00. RGB value is (136,145,0). Sum of RGB (Red+Green+Blue) = 136+145+0=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #889100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889100 is #776EFF. Grayscale: #7E7E7E. Windows color (decimal): -7827200 or 37256. OLE color: 37256.

HSL color Cylindrical-coordinate representation of color #889100: hue angle of 63.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #889100 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 145 0 -
CMYK 0.06 0 1 0.43
HSL 63.72º 1% 0.28% -
HSV(B) 63.72º 1% 0.57% -
XYZ 20.28 25.49 3.85 -
YUV 125.78 57.02 135.29 -
System Red Green Blue C M Y K H S L
Decimal 136 145 0 0.06 0 1 0.43 63.72 1 0.28
Hex 88 91 0 6 0 64 2B 40 64 1C
Octal 210 221 0 6 0 144 53 100 144 34
Binary 10001000 10010001 0 110 0 1100100 101011 1000000 1100100 11100

Color Harmonies of #889100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889100

Black with #889100

Text Example


Text Example

White with #889100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889100; }

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

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

background-color css

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

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

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

border-color css

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

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

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