Html Css Color HEX #819235 Wasabi

📋 copy color: '#819235'

red 129 ◦ green 146 ◦ blue 53

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

Shades of Wasabi #819235

Tints of Wasabi #819235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.16%

R = 39.33%
G = 44.51%
B = 16.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#819235 (or 0x819235) is known color: Wasabi. HEX triplet: 81, 92 and 35. RGB value is (129,146,53). Sum of RGB (Red+Green+Blue) = 129+146+53=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #819235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819235 is #7E6DCA. Grayscale: #828282. Windows color (decimal): -8285643 or 3510913. OLE color: 3510913.

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

Color convert

RGB 129 146 53 -
CMYK 0.12 0 0.64 0.43
HSL 70.97º 0.47% 0.39% -
HSV(B) 70.97º 0.64% 0.57% -
XYZ 19.97 25.48 7.23 -
YUV 130.32 84.37 127.06 -
System Red Green Blue C M Y K H S L
Decimal 129 146 53 0.12 0 0.64 0.43 70.97 0.47 0.39
Hex 81 92 35 C 0 40 2B 47 2F 27
Octal 201 222 65 14 0 100 53 107 57 47
Binary 10000001 10010010 110101 1100 0 1000000 101011 1000111 101111 100111

Color Harmonies of #819235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819235

Black with #819235

Text Example


Text Example

White with #819235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819235; }

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

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

background-color css

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

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

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

border-color css

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

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

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