Html Css Color HEX #89850C Olive

📋 copy color: '#89850C'

red 137 ◦ green 133 ◦ blue 12

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

Shades of Olive #89850C

Tints of Olive #89850C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.26%

R = 48.58%
G = 47.16%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89850C (or 0x89850C) is known color: Olive. HEX triplet: 89, 85 and 0C. RGB value is (137,133,12). Sum of RGB (Red+Green+Blue) = 137+133+12=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 137 - color contains mainly: red. Hex color #89850C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89850C is #767AF3. Grayscale: #787878. Windows color (decimal): -7764724 or 820617. OLE color: 820617.

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

Color convert

RGB 137 133 12 -
CMYK 0 0.03 0.91 0.46
HSL 58.08º 0.84% 0.29% -
HSV(B) 58.08º 0.91% 0.54% -
XYZ 18.77 22.12 3.63 -
YUV 120.4 66.83 139.84 -
System Red Green Blue C M Y K H S L
Decimal 137 133 12 0 0.03 0.91 0.46 58.08 0.84 0.29
Hex 89 85 C 0 3 5B 2E 3A 54 1D
Octal 211 205 14 0 3 133 56 72 124 35
Binary 10001001 10000101 1100 0 11 1011011 101110 111010 1010100 11101

Color Harmonies of #89850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89850C

Black with #89850C

Text Example


Text Example

White with #89850C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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