Html Css Color HEX #829831 Wasabi

📋 copy color: '#829831'

red 130 ◦ green 152 ◦ blue 49

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

Shades of Wasabi #829831

Tints of Wasabi #829831

RGB

 RED value IS 130 (51.17% from 255) = 39.27%

 GREEN value IS 152 (59.77% from 255) = 45.92%

 BLUE value IS 49 (19.53% from 255) = 14.8%

R = 39.27%
G = 45.92%
B = 14.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#829831 (or 0x829831) is known color: Wasabi. HEX triplet: 82, 98 and 31. RGB value is (130,152,49). Sum of RGB (Red+Green+Blue) = 130+152+49=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #829831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829831 is #7D67CE. Grayscale: #868686. Windows color (decimal): -8218575 or 3250306. OLE color: 3250306.

HSL color Cylindrical-coordinate representation of color #829831: hue angle of 72.82º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #829831 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 49 -
CMYK 0.14 0 0.68 0.40
HSL 72.82º 0.51% 0.39% -
HSV(B) 72.82º 0.68% 0.6% -
XYZ 20.99 27.42 7.09 -
YUV 133.68 80.21 125.38 -
System Red Green Blue C M Y K H S L
Decimal 130 152 49 0.14 0 0.68 0.40 72.82 0.51 0.39
Hex 82 98 31 E 0 44 28 49 33 27
Octal 202 230 61 16 0 104 50 111 63 47
Binary 10000010 10011000 110001 1110 0 1000100 101000 1001001 110011 100111

Color Harmonies of #829831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829831

Black with #829831

Text Example


Text Example

White with #829831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829831; }

 p { color: rgb(130,152,49); }

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

background-color css

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

 a { background-color: rgb(130,152,49); }

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

border-color css

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

 span { border-color: rgb(130,152,49); }

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