Html Css Color HEX #829253 Highland

📋 copy color: '#829253'

red 130 ◦ green 146 ◦ blue 83

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

Shades of Highland #829253

Tints of Highland #829253

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.67%

 BLUE value IS 83 (32.81% from 255) = 23.12%

R = 36.21%
G = 40.67%
B = 23.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#829253 (or 0x829253) is known color: Highland. HEX triplet: 82, 92 and 53. RGB value is (130,146,83). Sum of RGB (Red+Green+Blue) = 130+146+83=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #829253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829253 is #7D6DAC. Grayscale: #868686. Windows color (decimal): -8220077 or 5476994. OLE color: 5476994.

HSL color Cylindrical-coordinate representation of color #829253: hue angle of 75.24º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #829253 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 146 83 -
CMYK 0.11 0 0.43 0.43
HSL 75.24º 0.28% 0.45% -
HSV(B) 75.24º 0.43% 0.57% -
XYZ 21.05 25.93 12.08 -
YUV 134.03 99.2 125.12 -
System Red Green Blue C M Y K H S L
Decimal 130 146 83 0.11 0 0.43 0.43 75.24 0.28 0.45
Hex 82 92 53 B 0 2B 2B 4B 1C 2D
Octal 202 222 123 13 0 53 53 113 34 55
Binary 10000010 10010010 1010011 1011 0 101011 101011 1001011 11100 101101

Color Harmonies of #829253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829253

Black with #829253

Text Example


Text Example

White with #829253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829253; }

 p { color: rgb(130,146,83); }

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

background-color css

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

 a { background-color: rgb(130,146,83); }

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

border-color css

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

 span { border-color: rgb(130,146,83); }

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