Html Css Color HEX #809632 Wasabi

📋 copy color: '#809632'

red 128 ◦ green 150 ◦ blue 50

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

Shades of Wasabi #809632

Tints of Wasabi #809632

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.73%

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

R = 39.02%
G = 45.73%
B = 15.24%

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

#809632 (or 0x809632) is known color: Wasabi. HEX triplet: 80, 96 and 32. RGB value is (128,150,50). Sum of RGB (Red+Green+Blue) = 128+150+50=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #809632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809632 is #7F69CD. Grayscale: #848484. Windows color (decimal): -8350158 or 3315328. OLE color: 3315328.

HSL color Cylindrical-coordinate representation of color #809632: hue angle of 73.2º 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 #809632 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 150 50 -
CMYK 0.15 0 0.67 0.41
HSL 73.2º 0.5% 0.39% -
HSV(B) 73.2º 0.67% 0.59% -
XYZ 20.38 26.63 7.08 -
YUV 132.02 81.71 125.13 -
System Red Green Blue C M Y K H S L
Decimal 128 150 50 0.15 0 0.67 0.41 73.2 0.5 0.39
Hex 80 96 32 F 0 43 29 49 32 27
Octal 200 226 62 17 0 103 51 111 62 47
Binary 10000000 10010110 110010 1111 0 1000011 101001 1001001 110010 100111

Color Harmonies of #809632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809632

Black with #809632

Text Example


Text Example

White with #809632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809632; }

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

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

background-color css

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

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

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

border-color css

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

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

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