Html Css Color HEX #89850B Olive

📋 copy color: '#89850B'

red 137 ◦ green 133 ◦ blue 11

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

Shades of Olive #89850B

Tints of Olive #89850B

RGB

 RED value IS 137 (53.91% from 255) = 48.75%

 GREEN value IS 133 (52.34% from 255) = 47.33%

 BLUE value IS 11 (4.69% from 255) = 3.91%

R = 48.75%
G = 47.33%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#89850B (or 0x89850B) is known color: Olive. HEX triplet: 89, 85 and 0B. RGB value is (137,133,11). Sum of RGB (Red+Green+Blue) = 137+133+11=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #89850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89850B is #767AF4. Grayscale: #787878. Windows color (decimal): -7764725 or 755081. OLE color: 755081.

HSL color Cylindrical-coordinate representation of color #89850B: hue angle of 58.1º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89850B is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 133 11 -
CMYK 0 0.03 0.92 0.46
HSL 58.1º 0.85% 0.29% -
HSV(B) 58.1º 0.92% 0.54% -
XYZ 18.76 22.12 3.6 -
YUV 120.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 137 133 11 0 0.03 0.92 0.46 58.1 0.85 0.29
Hex 89 85 B 0 3 5C 2E 3A 55 1D
Octal 211 205 13 0 3 134 56 72 125 35
Binary 10001001 10000101 1011 0 11 1011100 101110 111010 1010101 11101

Color Harmonies of #89850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89850B

Black with #89850B

Text Example


Text Example

White with #89850B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89850B; }

 p { color: rgb(137,133,11); }

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

background-color css

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

 a { background-color: rgb(137,133,11); }

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

border-color css

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

 span { border-color: rgb(137,133,11); }

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