Html Css Color HEX #889D01 Olive

📋 copy color: '#889D01'

red 136 ◦ green 157 ◦ blue 1

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

Shades of Olive #889D01

Tints of Olive #889D01

RGB

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

 GREEN value IS 157 (61.72% from 255) = 53.4%

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

R = 46.26%
G = 53.4%
B = 0.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#889D01 (or 0x889D01) is known color: Olive. HEX triplet: 88, 9D and 01. RGB value is (136,157,1). Sum of RGB (Red+Green+Blue) = 136+157+1=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #889D01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889D01 is #7762FE. Grayscale: #858585. Windows color (decimal): -7824127 or 105864. OLE color: 105864.

HSL color Cylindrical-coordinate representation of color #889D01: hue angle of 68.08º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #889D01 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 157 1 -
CMYK 0.13 0 0.99 0.38
HSL 68.08º 0.99% 0.31% -
HSV(B) 68.08º 0.99% 0.62% -
XYZ 22.22 29.35 4.52 -
YUV 132.94 53.54 130.18 -
System Red Green Blue C M Y K H S L
Decimal 136 157 1 0.13 0 0.99 0.38 68.08 0.99 0.31
Hex 88 9D 1 D 0 63 26 44 63 1F
Octal 210 235 1 15 0 143 46 104 143 37
Binary 10001000 10011101 1 1101 0 1100011 100110 1000100 1100011 11111

Color Harmonies of #889D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889D01

Black with #889D01

Text Example


Text Example

White with #889D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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