Html Css Color HEX #889D00 Olive

📋 copy color: '#889D00'

red 136 ◦ green 157 ◦ blue 0

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

Shades of Olive #889D00

Tints of Olive #889D00

RGB

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

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

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

R = 46.42%
G = 53.58%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#889D00 (or 0x889D00) is known color: Olive. HEX triplet: 88, 9D and 00. RGB value is (136,157,0). Sum of RGB (Red+Green+Blue) = 136+157+0=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 157 (61.72% from 255 or 53.58% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 157 - color contains mainly: green. Hex color #889D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889D00 is #7762FF. Grayscale: #858585. Windows color (decimal): -7824128 or 40328. OLE color: 40328.

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

Color convert

RGB 136 157 0 -
CMYK 0.13 0 1 0.38
HSL 68.03º 1% 0.31% -
HSV(B) 68.03º 1% 0.62% -
XYZ 22.21 29.35 4.49 -
YUV 132.82 53.04 130.27 -
System Red Green Blue C M Y K H S L
Decimal 136 157 0 0.13 0 1 0.38 68.03 1 0.31
Hex 88 9D 0 D 0 64 26 44 64 1F
Octal 210 235 0 15 0 144 46 104 144 37
Binary 10001000 10011101 0 1101 0 1100100 100110 1000100 1100100 11111

Color Harmonies of #889D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889D00

Black with #889D00

Text Example


Text Example

White with #889D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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