Html Css Color HEX #898263 Olive Haze

📋 copy color: '#898263'

red 137 ◦ green 130 ◦ blue 99

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

Shades of Olive Haze #898263

Tints of Olive Haze #898263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.52%

 BLUE value IS 99 (39.06% from 255) = 27.05%

R = 37.43%
G = 35.52%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#898263 (or 0x898263) is known color: Olive Haze. HEX triplet: 89, 82 and 63. RGB value is (137,130,99). Sum of RGB (Red+Green+Blue) = 137+130+99=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #898263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898263 is #767D9C. Grayscale: #808080. Windows color (decimal): -7765405 or 6521481. OLE color: 6521481.

HSL color Cylindrical-coordinate representation of color #898263: hue angle of 48.95º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #898263 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 130 99 -
CMYK 0 0.05 0.28 0.46
HSL 48.95º 0.16% 0.46% -
HSV(B) 48.95º 0.28% 0.54% -
XYZ 20.55 22.18 15 -
YUV 128.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 137 130 99 0 0.05 0.28 0.46 48.95 0.16 0.46
Hex 89 82 63 0 5 1C 2E 31 10 2E
Octal 211 202 143 0 5 34 56 61 20 56
Binary 10001001 10000010 1100011 0 101 11100 101110 110001 10000 101110

Color Harmonies of #898263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898263

Black with #898263

Text Example


Text Example

White with #898263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898263; }

 p { color: rgb(137,130,99); }

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

background-color css

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

 a { background-color: rgb(137,130,99); }

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

border-color css

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

 span { border-color: rgb(137,130,99); }

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