Html Css Color HEX #818946 Wasabi

📋 copy color: '#818946'

red 129 ◦ green 137 ◦ blue 70

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

Shades of Wasabi #818946

Tints of Wasabi #818946

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.77%

 BLUE value IS 70 (27.73% from 255) = 20.83%

R = 38.39%
G = 40.77%
B = 20.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.46

RGB Variations

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

Color information

#818946 (or 0x818946) is known color: Wasabi. HEX triplet: 81, 89 and 46. RGB value is (129,137,70). Sum of RGB (Red+Green+Blue) = 129+137+70=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #818946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818946 is #7E76B9. Grayscale: #7F7F7F. Windows color (decimal): -8287930 or 4622721. OLE color: 4622721.

HSL color Cylindrical-coordinate representation of color #818946: hue angle of 67.16º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #818946 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 137 70 -
CMYK 0.06 0 0.49 0.46
HSL 67.16º 0.32% 0.41% -
HSV(B) 67.16º 0.49% 0.54% -
XYZ 19.1 23 9.23 -
YUV 126.97 95.85 129.45 -
System Red Green Blue C M Y K H S L
Decimal 129 137 70 0.06 0 0.49 0.46 67.16 0.32 0.41
Hex 81 89 46 6 0 31 2E 43 20 29
Octal 201 211 106 6 0 61 56 103 40 51
Binary 10000001 10001001 1000110 110 0 110001 101110 1000011 100000 101001

Color Harmonies of #818946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818946

Black with #818946

Text Example


Text Example

White with #818946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818946; }

 p { color: rgb(129,137,70); }

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

background-color css

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

 a { background-color: rgb(129,137,70); }

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

border-color css

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

 span { border-color: rgb(129,137,70); }

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