Html Css Color HEX #828F2C Wasabi

📋 copy color: '#828F2C'

red 130 ◦ green 143 ◦ blue 44

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

Shades of Wasabi #828F2C

Tints of Wasabi #828F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.88%

R = 41.01%
G = 45.11%
B = 13.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#828F2C (or 0x828F2C) is known color: Wasabi. HEX triplet: 82, 8F and 2C. RGB value is (130,143,44). Sum of RGB (Red+Green+Blue) = 130+143+44=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 143 - color contains mainly: green. Hex color #828F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828F2C is #7D70D3. Grayscale: #808080. Windows color (decimal): -8220884 or 2920322. OLE color: 2920322.

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

Color convert

RGB 130 143 44 -
CMYK 0.09 0 0.69 0.44
HSL 67.88º 0.53% 0.37% -
HSV(B) 67.88º 0.69% 0.56% -
XYZ 19.48 24.57 6.1 -
YUV 127.83 80.69 129.55 -
System Red Green Blue C M Y K H S L
Decimal 130 143 44 0.09 0 0.69 0.44 67.88 0.53 0.37
Hex 82 8F 2C 9 0 45 2C 44 35 25
Octal 202 217 54 11 0 105 54 104 65 45
Binary 10000010 10001111 101100 1001 0 1000101 101100 1000100 110101 100101

Color Harmonies of #828F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828F2C

Black with #828F2C

Text Example


Text Example

White with #828F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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