Html Css Color HEX #819250 Wasabi

📋 copy color: '#819250'

red 129 ◦ green 146 ◦ blue 80

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

Shades of Wasabi #819250

Tints of Wasabi #819250

RGB

 RED value IS 129 (50.78% from 255) = 36.34%

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

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 36.34%
G = 41.13%
B = 22.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#819250 (or 0x819250) is known color: Wasabi. HEX triplet: 81, 92 and 50. RGB value is (129,146,80). Sum of RGB (Red+Green+Blue) = 129+146+80=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #819250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819250 is #7E6DAF. Grayscale: #858585. Windows color (decimal): -8285616 or 5280385. OLE color: 5280385.

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

Color convert

RGB 129 146 80 -
CMYK 0.12 0 0.45 0.43
HSL 75.45º 0.29% 0.44% -
HSV(B) 75.45º 0.45% 0.57% -
XYZ 20.78 25.8 11.47 -
YUV 133.39 97.87 124.87 -
System Red Green Blue C M Y K H S L
Decimal 129 146 80 0.12 0 0.45 0.43 75.45 0.29 0.44
Hex 81 92 50 C 0 2D 2B 4B 1D 2C
Octal 201 222 120 14 0 55 53 113 35 54
Binary 10000001 10010010 1010000 1100 0 101101 101011 1001011 11101 101100

Color Harmonies of #819250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819250

Black with #819250

Text Example


Text Example

White with #819250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819250; }

 p { color: rgb(129,146,80); }

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

background-color css

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

 a { background-color: rgb(129,146,80); }

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

border-color css

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

 span { border-color: rgb(129,146,80); }

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