Html Css Color HEX #829453 Highland

📋 copy color: '#829453'

red 130 ◦ green 148 ◦ blue 83

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

Shades of Highland #829453

Tints of Highland #829453

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41%

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

R = 36.01%
G = 41%
B = 22.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#829453 (or 0x829453) is known color: Highland. HEX triplet: 82, 94 and 53. RGB value is (130,148,83). Sum of RGB (Red+Green+Blue) = 130+148+83=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #829453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829453 is #7D6BAC. Grayscale: #878787. Windows color (decimal): -8219565 or 5477506. OLE color: 5477506.

HSL color Cylindrical-coordinate representation of color #829453: hue angle of 76.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #829453 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 148 83 -
CMYK 0.12 0 0.44 0.42
HSL 76.62º 0.28% 0.45% -
HSV(B) 76.62º 0.44% 0.58% -
XYZ 21.36 26.55 12.18 -
YUV 135.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 130 148 83 0.12 0 0.44 0.42 76.62 0.28 0.45
Hex 82 94 53 C 0 2C 2A 4D 1C 2D
Octal 202 224 123 14 0 54 52 115 34 55
Binary 10000010 10010100 1010011 1100 0 101100 101010 1001101 11100 101101

Color Harmonies of #829453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829453

Black with #829453

Text Example


Text Example

White with #829453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829453; }

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

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

background-color css

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

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

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

border-color css

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

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

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