Html Css Color HEX #829530 Wasabi

📋 copy color: '#829530'

red 130 ◦ green 149 ◦ blue 48

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

Shades of Wasabi #829530

Tints of Wasabi #829530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.57%

 BLUE value IS 48 (19.14% from 255) = 14.68%

R = 39.76%
G = 45.57%
B = 14.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#829530 (or 0x829530) is known color: Wasabi. HEX triplet: 82, 95 and 30. RGB value is (130,149,48). Sum of RGB (Red+Green+Blue) = 130+149+48=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #829530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829530 is #7D6ACF. Grayscale: #848484. Windows color (decimal): -8219344 or 3184002. OLE color: 3184002.

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

Color convert

RGB 130 149 48 -
CMYK 0.13 0 0.68 0.42
HSL 71.29º 0.51% 0.39% -
HSV(B) 71.29º 0.68% 0.58% -
XYZ 20.49 26.45 6.82 -
YUV 131.81 80.71 126.71 -
System Red Green Blue C M Y K H S L
Decimal 130 149 48 0.13 0 0.68 0.42 71.29 0.51 0.39
Hex 82 95 30 D 0 44 2A 47 33 27
Octal 202 225 60 15 0 104 52 107 63 47
Binary 10000010 10010101 110000 1101 0 1000100 101010 1000111 110011 100111

Color Harmonies of #829530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829530

Black with #829530

Text Example


Text Example

White with #829530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829530; }

 p { color: rgb(130,149,48); }

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

background-color css

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

 a { background-color: rgb(130,149,48); }

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

border-color css

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

 span { border-color: rgb(130,149,48); }

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