Html Css Color HEX #889404 Olive

📋 copy color: '#889404'

red 136 ◦ green 148 ◦ blue 4

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

Shades of Olive #889404

Tints of Olive #889404

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.39%

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

R = 47.22%
G = 51.39%
B = 1.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#889404 (or 0x889404) is known color: Olive. HEX triplet: 88, 94 and 04. RGB value is (136,148,4). Sum of RGB (Red+Green+Blue) = 136+148+4=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #889404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889404 is #776BFB. Grayscale: #808080. Windows color (decimal): -7826428 or 300168. OLE color: 300168.

HSL color Cylindrical-coordinate representation of color #889404: hue angle of 65º 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 #889404 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 4 -
CMYK 0.08 0 0.97 0.42
HSL 65º 0.95% 0.3% -
HSV(B) 65º 0.97% 0.58% -
XYZ 20.77 26.42 4.12 -
YUV 128 58.02 133.71 -
System Red Green Blue C M Y K H S L
Decimal 136 148 4 0.08 0 0.97 0.42 65 0.95 0.3
Hex 88 94 4 8 0 61 2A 41 5F 1E
Octal 210 224 4 10 0 141 52 101 137 36
Binary 10001000 10010100 100 1000 0 1100001 101010 1000001 1011111 11110

Color Harmonies of #889404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889404

Black with #889404

Text Example


Text Example

White with #889404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889404; }

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

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

background-color css

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

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

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

border-color css

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

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

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