Html Css Color HEX #809234 Wasabi

📋 copy color: '#809234'

red 128 ◦ green 146 ◦ blue 52

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

Shades of Wasabi #809234

Tints of Wasabi #809234

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

 BLUE value IS 52 (20.7% from 255) = 15.95%

R = 39.26%
G = 44.79%
B = 15.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#809234 (or 0x809234) is known color: Wasabi. HEX triplet: 80, 92 and 34. RGB value is (128,146,52). Sum of RGB (Red+Green+Blue) = 128+146+52=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #809234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809234 is #7F6DCB. Grayscale: #828282. Windows color (decimal): -8351180 or 3445376. OLE color: 3445376.

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

Color convert

RGB 128 146 52 -
CMYK 0.12 0 0.64 0.43
HSL 71.49º 0.47% 0.39% -
HSV(B) 71.49º 0.64% 0.57% -
XYZ 19.8 25.39 7.11 -
YUV 129.9 84.04 126.64 -
System Red Green Blue C M Y K H S L
Decimal 128 146 52 0.12 0 0.64 0.43 71.49 0.47 0.39
Hex 80 92 34 C 0 40 2B 47 2F 27
Octal 200 222 64 14 0 100 53 107 57 47
Binary 10000000 10010010 110100 1100 0 1000000 101011 1000111 101111 100111

Color Harmonies of #809234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809234

Black with #809234

Text Example


Text Example

White with #809234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809234; }

 p { color: rgb(128,146,52); }

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

background-color css

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

 a { background-color: rgb(128,146,52); }

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

border-color css

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

 span { border-color: rgb(128,146,52); }

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