Html Css Color HEX #898E4B Highball

📋 copy color: '#898E4B'

red 137 ◦ green 142 ◦ blue 75

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

Shades of Highball #898E4B

Tints of Highball #898E4B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.11%

 BLUE value IS 75 (29.69% from 255) = 21.19%

R = 38.7%
G = 40.11%
B = 21.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#898E4B (or 0x898E4B) is known color: Highball. HEX triplet: 89, 8E and 4B. RGB value is (137,142,75). Sum of RGB (Red+Green+Blue) = 137+142+75=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 142 - color contains mainly: green. Hex color #898E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898E4B is #7671B4. Grayscale: #858585. Windows color (decimal): -7762357 or 4951689. OLE color: 4951689.

HSL color Cylindrical-coordinate representation of color #898E4B: hue angle of 64.48º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #898E4B is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 142 75 -
CMYK 0.04 0 0.47 0.44
HSL 64.48º 0.31% 0.43% -
HSV(B) 64.48º 0.47% 0.56% -
XYZ 21.26 25.17 10.39 -
YUV 132.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 137 142 75 0.04 0 0.47 0.44 64.48 0.31 0.43
Hex 89 8E 4B 4 0 2F 2C 40 1F 2B
Octal 211 216 113 4 0 57 54 100 37 53
Binary 10001001 10001110 1001011 100 0 101111 101100 1000000 11111 101011

Color Harmonies of #898E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898E4B

Black with #898E4B

Text Example


Text Example

White with #898E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898E4B; }

 p { color: rgb(137,142,75); }

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

background-color css

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

 a { background-color: rgb(137,142,75); }

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

border-color css

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

 span { border-color: rgb(137,142,75); }

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