Html Css Color HEX #828965 Bitter

📋 copy color: '#828965'

red 130 ◦ green 137 ◦ blue 101

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

Shades of Bitter #828965

Tints of Bitter #828965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.45%

R = 35.33%
G = 37.23%
B = 27.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#828965 (or 0x828965) is known color: Bitter. HEX triplet: 82, 89 and 65. RGB value is (130,137,101). Sum of RGB (Red+Green+Blue) = 130+137+101=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #828965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828965 is #7D769A. Grayscale: #828282. Windows color (decimal): -8222363 or 6654338. OLE color: 6654338.

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

Color convert

RGB 130 137 101 -
CMYK 0.05 0 0.26 0.46
HSL 71.67º 0.15% 0.47% -
HSV(B) 71.67º 0.26% 0.54% -
XYZ 20.5 23.58 15.78 -
YUV 130.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 130 137 101 0.05 0 0.26 0.46 71.67 0.15 0.47
Hex 82 89 65 5 0 1A 2E 48 F 2F
Octal 202 211 145 5 0 32 56 110 17 57
Binary 10000010 10001001 1100101 101 0 11010 101110 1001000 1111 101111

Color Harmonies of #828965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828965

Black with #828965

Text Example


Text Example

White with #828965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828965; }

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

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

background-color css

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

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

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

border-color css

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

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

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