Html Css Color HEX #828F34 Wasabi

📋 copy color: '#828F34'

red 130 ◦ green 143 ◦ blue 52

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

Shades of Wasabi #828F34

Tints of Wasabi #828F34

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44%

 BLUE value IS 52 (20.7% from 255) = 16%

R = 40%
G = 44%
B = 16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.44

RGB Variations

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

Color information

#828F34 (or 0x828F34) is known color: Wasabi. HEX triplet: 82, 8F and 34. RGB value is (130,143,52). Sum of RGB (Red+Green+Blue) = 130+143+52=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 143 - color contains mainly: green. Hex color #828F34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828F34 is #7D70CB. Grayscale: #818181. Windows color (decimal): -8220876 or 3444610. OLE color: 3444610.

HSL color Cylindrical-coordinate representation of color #828F34: hue angle of 68.57º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #828F34 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 143 52 -
CMYK 0.09 0 0.64 0.44
HSL 68.57º 0.47% 0.38% -
HSV(B) 68.57º 0.64% 0.56% -
XYZ 19.65 24.64 6.97 -
YUV 128.74 84.69 128.9 -
System Red Green Blue C M Y K H S L
Decimal 130 143 52 0.09 0 0.64 0.44 68.57 0.47 0.38
Hex 82 8F 34 9 0 40 2C 45 2F 26
Octal 202 217 64 11 0 100 54 105 57 46
Binary 10000010 10001111 110100 1001 0 1000000 101100 1000101 101111 100110

Color Harmonies of #828F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828F34

Black with #828F34

Text Example


Text Example

White with #828F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828F34; }

 p { color: rgb(130,143,52); }

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

background-color css

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

 a { background-color: rgb(130,143,52); }

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

border-color css

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

 span { border-color: rgb(130,143,52); }

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