Html Css Color HEX #809233 Wasabi

📋 copy color: '#809233'

red 128 ◦ green 146 ◦ blue 51

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

Shades of Wasabi #809233

Tints of Wasabi #809233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.69%

R = 39.38%
G = 44.92%
B = 15.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#809233 (or 0x809233) is known color: Wasabi. HEX triplet: 80, 92 and 33. RGB value is (128,146,51). Sum of RGB (Red+Green+Blue) = 128+146+51=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #809233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809233 is #7F6DCC. Grayscale: #828282. Windows color (decimal): -8351181 or 3379840. OLE color: 3379840.

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

Color convert

RGB 128 146 51 -
CMYK 0.12 0 0.65 0.43
HSL 71.37º 0.48% 0.39% -
HSV(B) 71.37º 0.65% 0.57% -
XYZ 19.78 25.39 6.99 -
YUV 129.79 83.54 126.72 -
System Red Green Blue C M Y K H S L
Decimal 128 146 51 0.12 0 0.65 0.43 71.37 0.48 0.39
Hex 80 92 33 C 0 41 2B 47 30 27
Octal 200 222 63 14 0 101 53 107 60 47
Binary 10000000 10010010 110011 1100 0 1000001 101011 1000111 110000 100111

Color Harmonies of #809233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809233

Black with #809233

Text Example


Text Example

White with #809233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809233; }

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

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

background-color css

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

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

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

border-color css

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

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

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