Html Css Color HEX #809530 Wasabi

📋 copy color: '#809530'

red 128 ◦ green 149 ◦ blue 48

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

Shades of Wasabi #809530

Tints of Wasabi #809530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.85%

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 39.38%
G = 45.85%
B = 14.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#809530 (or 0x809530) is known color: Wasabi. HEX triplet: 80, 95 and 30. RGB value is (128,149,48). Sum of RGB (Red+Green+Blue) = 128+149+48=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #809530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809530 is #7F6ACF. Grayscale: #838383. Windows color (decimal): -8350416 or 3184000. OLE color: 3184000.

HSL color Cylindrical-coordinate representation of color #809530: hue angle of 72.48º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #809530 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 48 -
CMYK 0.14 0 0.68 0.42
HSL 72.48º 0.51% 0.39% -
HSV(B) 72.48º 0.68% 0.58% -
XYZ 20.18 26.3 6.81 -
YUV 131.21 81.04 125.71 -
System Red Green Blue C M Y K H S L
Decimal 128 149 48 0.14 0 0.68 0.42 72.48 0.51 0.39
Hex 80 95 30 E 0 44 2A 48 33 27
Octal 200 225 60 16 0 104 52 110 63 47
Binary 10000000 10010101 110000 1110 0 1000100 101010 1001000 110011 100111

Color Harmonies of #809530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809530

Black with #809530

Text Example


Text Example

White with #809530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809530; }

 p { color: rgb(128,149,48); }

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

background-color css

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

 a { background-color: rgb(128,149,48); }

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

border-color css

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

 span { border-color: rgb(128,149,48); }

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