Html Css Color HEX #898262 Olive Haze

📋 copy color: '#898262'

red 137 ◦ green 130 ◦ blue 98

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

Shades of Olive Haze #898262

Tints of Olive Haze #898262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.85%

R = 37.53%
G = 35.62%
B = 26.85%

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

#898262 (or 0x898262) is known color: Olive Haze. HEX triplet: 89, 82 and 62. RGB value is (137,130,98). Sum of RGB (Red+Green+Blue) = 137+130+98=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #898262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898262 is #767D9D. Grayscale: #808080. Windows color (decimal): -7765406 or 6455945. OLE color: 6455945.

HSL color Cylindrical-coordinate representation of color #898262: hue angle of 49.23º degrees, saturation: 0.17, 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 #898262 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 130 98 -
CMYK 0 0.05 0.28 0.46
HSL 49.23º 0.17% 0.46% -
HSV(B) 49.23º 0.28% 0.54% -
XYZ 20.5 22.17 14.75 -
YUV 128.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 137 130 98 0 0.05 0.28 0.46 49.23 0.17 0.46
Hex 89 82 62 0 5 1C 2E 31 11 2E
Octal 211 202 142 0 5 34 56 61 21 56
Binary 10001001 10000010 1100010 0 101 11100 101110 110001 10001 101110

Color Harmonies of #898262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898262

Black with #898262

Text Example


Text Example

White with #898262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898262; }

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

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

background-color css

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

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

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

border-color css

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

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

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