Html Css Color HEX #889401 Olive

📋 copy color: '#889401'

red 136 ◦ green 148 ◦ blue 1

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

Shades of Olive #889401

Tints of Olive #889401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 47.72%
G = 51.93%
B = 0.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#889401 (or 0x889401) is known color: Olive. HEX triplet: 88, 94 and 01. RGB value is (136,148,1). Sum of RGB (Red+Green+Blue) = 136+148+1=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #889401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889401 is #776BFE. Grayscale: #808080. Windows color (decimal): -7826431 or 103560. OLE color: 103560.

HSL color Cylindrical-coordinate representation of color #889401: hue angle of 64.9º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #889401 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 148 1 -
CMYK 0.08 0 0.99 0.42
HSL 64.9º 0.99% 0.29% -
HSV(B) 64.9º 0.99% 0.58% -
XYZ 20.75 26.42 4.03 -
YUV 127.65 56.52 133.95 -
System Red Green Blue C M Y K H S L
Decimal 136 148 1 0.08 0 0.99 0.42 64.9 0.99 0.29
Hex 88 94 1 8 0 63 2A 41 63 1D
Octal 210 224 1 10 0 143 52 101 143 35
Binary 10001000 10010100 1 1000 0 1100011 101010 1000001 1100011 11101

Color Harmonies of #889401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889401

Black with #889401

Text Example


Text Example

White with #889401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889401; }

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

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

background-color css

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

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

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

border-color css

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

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

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