Html Css Color HEX #899850 Wasabi

📋 copy color: '#899850'

red 137 ◦ green 152 ◦ blue 80

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

Shades of Wasabi #899850

Tints of Wasabi #899850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.19%

 BLUE value IS 80 (31.64% from 255) = 21.68%

R = 37.13%
G = 41.19%
B = 21.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#899850 (or 0x899850) is known color: Wasabi. HEX triplet: 89, 98 and 50. RGB value is (137,152,80). Sum of RGB (Red+Green+Blue) = 137+152+80=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #899850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899850 is #7667AF. Grayscale: #8B8B8B. Windows color (decimal): -7759792 or 5281929. OLE color: 5281929.

HSL color Cylindrical-coordinate representation of color #899850: hue angle of 72.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #899850 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 152 80 -
CMYK 0.10 0 0.47 0.40
HSL 72.5º 0.31% 0.45% -
HSV(B) 72.5º 0.47% 0.6% -
XYZ 22.99 28.35 11.85 -
YUV 139.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 137 152 80 0.10 0 0.47 0.40 72.5 0.31 0.45
Hex 89 98 50 A 0 2F 28 48 1F 2D
Octal 211 230 120 12 0 57 50 110 37 55
Binary 10001001 10011000 1010000 1010 0 101111 101000 1001000 11111 101101

Color Harmonies of #899850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899850

Black with #899850

Text Example


Text Example

White with #899850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899850; }

 p { color: rgb(137,152,80); }

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

background-color css

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

 a { background-color: rgb(137,152,80); }

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

border-color css

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

 span { border-color: rgb(137,152,80); }

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