Html Css Color HEX #828462 Bitter

📋 copy color: '#828462'

red 130 ◦ green 132 ◦ blue 98

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

Shades of Bitter #828462

Tints of Bitter #828462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.67%

 BLUE value IS 98 (38.67% from 255) = 27.22%

R = 36.11%
G = 36.67%
B = 27.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#828462 (or 0x828462) is known color: Bitter. HEX triplet: 82, 84 and 62. RGB value is (130,132,98). Sum of RGB (Red+Green+Blue) = 130+132+98=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 132 - color contains mainly: green. Hex color #828462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828462 is #7D7B9D. Grayscale: #7F7F7F. Windows color (decimal): -8223646 or 6456450. OLE color: 6456450.

HSL color Cylindrical-coordinate representation of color #828462: hue angle of 63.53º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #828462 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 132 98 -
CMYK 0.02 0 0.26 0.48
HSL 63.53º 0.15% 0.45% -
HSV(B) 63.53º 0.26% 0.52% -
XYZ 19.66 22.13 14.79 -
YUV 127.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 130 132 98 0.02 0 0.26 0.48 63.53 0.15 0.45
Hex 82 84 62 2 0 1A 30 40 F 2D
Octal 202 204 142 2 0 32 60 100 17 55
Binary 10000010 10000100 1100010 10 0 11010 110000 1000000 1111 101101

Color Harmonies of #828462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828462

Black with #828462

Text Example


Text Example

White with #828462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828462; }

 p { color: rgb(130,132,98); }

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

background-color css

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

 a { background-color: rgb(130,132,98); }

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

border-color css

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

 span { border-color: rgb(130,132,98); }

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