Html Css Color HEX #809148 Wasabi

📋 copy color: '#809148'

red 128 ◦ green 145 ◦ blue 72

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

Shades of Wasabi #809148

Tints of Wasabi #809148

RGB

 RED value IS 128 (50.39% from 255) = 37.1%

 GREEN value IS 145 (57.03% from 255) = 42.03%

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 37.1%
G = 42.03%
B = 20.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#809148 (or 0x809148) is known color: Wasabi. HEX triplet: 80, 91 and 48. RGB value is (128,145,72). Sum of RGB (Red+Green+Blue) = 128+145+72=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #809148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809148 is #7F6EB7. Grayscale: #838383. Windows color (decimal): -8351416 or 4755840. OLE color: 4755840.

HSL color Cylindrical-coordinate representation of color #809148: hue angle of 73.97º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #809148 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 145 72 -
CMYK 0.12 0 0.50 0.43
HSL 73.97º 0.34% 0.43% -
HSV(B) 73.97º 0.5% 0.57% -
XYZ 20.2 25.31 9.95 -
YUV 131.6 94.37 125.44 -
System Red Green Blue C M Y K H S L
Decimal 128 145 72 0.12 0 0.50 0.43 73.97 0.34 0.43
Hex 80 91 48 C 0 32 2B 4A 22 2B
Octal 200 221 110 14 0 62 53 112 42 53
Binary 10000000 10010001 1001000 1100 0 110010 101011 1001010 100010 101011

Color Harmonies of #809148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809148

Black with #809148

Text Example


Text Example

White with #809148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809148; }

 p { color: rgb(128,145,72); }

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

background-color css

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

 a { background-color: rgb(128,145,72); }

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

border-color css

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

 span { border-color: rgb(128,145,72); }

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