Html Css Color HEX #818949 Wasabi

📋 copy color: '#818949'

red 129 ◦ green 137 ◦ blue 73

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

Shades of Wasabi #818949

Tints of Wasabi #818949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.53%

R = 38.05%
G = 40.41%
B = 21.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#818949 (or 0x818949) is known color: Wasabi. HEX triplet: 81, 89 and 49. RGB value is (129,137,73). Sum of RGB (Red+Green+Blue) = 129+137+73=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #818949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818949 is #7E76B6. Grayscale: #7F7F7F. Windows color (decimal): -8287927 or 4819329. OLE color: 4819329.

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

Color convert

RGB 129 137 73 -
CMYK 0.06 0 0.47 0.46
HSL 67.5º 0.3% 0.41% -
HSV(B) 67.5º 0.47% 0.54% -
XYZ 19.2 23.04 9.74 -
YUV 127.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 129 137 73 0.06 0 0.47 0.46 67.5 0.3 0.41
Hex 81 89 49 6 0 2F 2E 44 1E 29
Octal 201 211 111 6 0 57 56 104 36 51
Binary 10000001 10001001 1001001 110 0 101111 101110 1000100 11110 101001

Color Harmonies of #818949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818949

Black with #818949

Text Example


Text Example

White with #818949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818949; }

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

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

background-color css

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

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

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

border-color css

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

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

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