Html Css Color HEX #828963 Bitter

📋 copy color: '#828963'

red 130 ◦ green 137 ◦ blue 99

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

Shades of Bitter #828963

Tints of Bitter #828963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.43%

 BLUE value IS 99 (39.06% from 255) = 27.05%

R = 35.52%
G = 37.43%
B = 27.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#828963 (or 0x828963) is known color: Bitter. HEX triplet: 82, 89 and 63. RGB value is (130,137,99). Sum of RGB (Red+Green+Blue) = 130+137+99=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #828963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828963 is #7D769C. Grayscale: #828282. Windows color (decimal): -8222365 or 6523266. OLE color: 6523266.

HSL color Cylindrical-coordinate representation of color #828963: hue angle of 71.05º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #828963 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 137 99 -
CMYK 0.05 0 0.28 0.46
HSL 71.05º 0.16% 0.46% -
HSV(B) 71.05º 0.28% 0.54% -
XYZ 20.4 23.54 15.27 -
YUV 130.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 130 137 99 0.05 0 0.28 0.46 71.05 0.16 0.46
Hex 82 89 63 5 0 1C 2E 47 10 2E
Octal 202 211 143 5 0 34 56 107 20 56
Binary 10000010 10001001 1100011 101 0 11100 101110 1000111 10000 101110

Color Harmonies of #828963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828963

Black with #828963

Text Example


Text Example

White with #828963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828963; }

 p { color: rgb(130,137,99); }

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

background-color css

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

 a { background-color: rgb(130,137,99); }

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

border-color css

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

 span { border-color: rgb(130,137,99); }

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