Html Css Color HEX #818442 Wasabi

📋 copy color: '#818442'

red 129 ◦ green 132 ◦ blue 66

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

Shades of Wasabi #818442

Tints of Wasabi #818442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.37%

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 39.45%
G = 40.37%
B = 20.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#818442 (or 0x818442) is known color: Wasabi. HEX triplet: 81, 84 and 42. RGB value is (129,132,66). Sum of RGB (Red+Green+Blue) = 129+132+66=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #818442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818442 is #7E7BBD. Grayscale: #7B7B7B. Windows color (decimal): -8289214 or 4359297. OLE color: 4359297.

HSL color Cylindrical-coordinate representation of color #818442: hue angle of 62.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #818442 is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 132 66 -
CMYK 0.02 0 0.5 0.48
HSL 62.73º 0.33% 0.39% -
HSV(B) 62.73º 0.5% 0.52% -
XYZ 18.29 21.56 8.35 -
YUV 123.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 129 132 66 0.02 0 0.5 0.48 62.73 0.33 0.39
Hex 81 84 42 2 0 32 30 3F 21 27
Octal 201 204 102 2 0 62 60 77 41 47
Binary 10000001 10000100 1000010 10 0 110010 110000 111111 100001 100111

Color Harmonies of #818442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818442

Black with #818442

Text Example


Text Example

White with #818442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818442; }

 p { color: rgb(129,132,66); }

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

background-color css

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

 a { background-color: rgb(129,132,66); }

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

border-color css

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

 span { border-color: rgb(129,132,66); }

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