Html Css Color HEX #809732 Wasabi

📋 copy color: '#809732'

red 128 ◦ green 151 ◦ blue 50

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

Shades of Wasabi #809732

Tints of Wasabi #809732

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.9%

 BLUE value IS 50 (19.92% from 255) = 15.2%

R = 38.91%
G = 45.9%
B = 15.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#809732 (or 0x809732) is known color: Wasabi. HEX triplet: 80, 97 and 32. RGB value is (128,151,50). Sum of RGB (Red+Green+Blue) = 128+151+50=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #809732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809732 is #7F68CD. Grayscale: #848484. Windows color (decimal): -8349902 or 3315584. OLE color: 3315584.

HSL color Cylindrical-coordinate representation of color #809732: hue angle of 73.66º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #809732 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 151 50 -
CMYK 0.15 0 0.67 0.41
HSL 73.66º 0.5% 0.39% -
HSV(B) 73.66º 0.67% 0.59% -
XYZ 20.54 26.95 7.14 -
YUV 132.61 81.38 124.71 -
System Red Green Blue C M Y K H S L
Decimal 128 151 50 0.15 0 0.67 0.41 73.66 0.5 0.39
Hex 80 97 32 F 0 43 29 4A 32 27
Octal 200 227 62 17 0 103 51 112 62 47
Binary 10000000 10010111 110010 1111 0 1000011 101001 1001010 110010 100111

Color Harmonies of #809732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809732

Black with #809732

Text Example


Text Example

White with #809732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809732; }

 p { color: rgb(128,151,50); }

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

background-color css

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

 a { background-color: rgb(128,151,50); }

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

border-color css

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

 span { border-color: rgb(128,151,50); }

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