Html Css Color HEX #889504 Olive

📋 copy color: '#889504'

red 136 ◦ green 149 ◦ blue 4

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

Shades of Olive #889504

Tints of Olive #889504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.56%

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

R = 47.06%
G = 51.56%
B = 1.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#889504 (or 0x889504) is known color: Olive. HEX triplet: 88, 95 and 04. RGB value is (136,149,4). Sum of RGB (Red+Green+Blue) = 136+149+4=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #889504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889504 is #776AFB. Grayscale: #818181. Windows color (decimal): -7826172 or 300424. OLE color: 300424.

HSL color Cylindrical-coordinate representation of color #889504: hue angle of 65.38º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #889504 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 149 4 -
CMYK 0.09 0 0.97 0.42
HSL 65.38º 0.95% 0.3% -
HSV(B) 65.38º 0.97% 0.58% -
XYZ 20.92 26.74 4.17 -
YUV 128.58 57.69 133.29 -
System Red Green Blue C M Y K H S L
Decimal 136 149 4 0.09 0 0.97 0.42 65.38 0.95 0.3
Hex 88 95 4 9 0 61 2A 41 5F 1E
Octal 210 225 4 11 0 141 52 101 137 36
Binary 10001000 10010101 100 1001 0 1100001 101010 1000001 1011111 11110

Color Harmonies of #889504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889504

Black with #889504

Text Example


Text Example

White with #889504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889504; }

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

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

background-color css

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

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

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

border-color css

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

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

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