Html Css Color HEX #829758 Highland

📋 copy color: '#829758'

red 130 ◦ green 151 ◦ blue 88

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

Shades of Highland #829758

Tints of Highland #829758

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.92%

 BLUE value IS 88 (34.77% from 255) = 23.85%

R = 35.23%
G = 40.92%
B = 23.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#829758 (or 0x829758) is known color: Highland. HEX triplet: 82, 97 and 58. RGB value is (130,151,88). Sum of RGB (Red+Green+Blue) = 130+151+88=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 151 - color contains mainly: green. Hex color #829758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829758 is #7D68A7. Grayscale: #898989. Windows color (decimal): -8218792 or 5805954. OLE color: 5805954.

HSL color Cylindrical-coordinate representation of color #829758: hue angle of 80º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #829758 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 151 88 -
CMYK 0.14 0 0.42 0.41
HSL 80º 0.26% 0.47% -
HSV(B) 80º 0.42% 0.59% -
XYZ 22.03 27.58 13.4 -
YUV 137.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 130 151 88 0.14 0 0.42 0.41 80 0.26 0.47
Hex 82 97 58 E 0 2A 29 50 1A 2F
Octal 202 227 130 16 0 52 51 120 32 57
Binary 10000010 10010111 1011000 1110 0 101010 101001 1010000 11010 101111

Color Harmonies of #829758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829758

Black with #829758

Text Example


Text Example

White with #829758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829758; }

 p { color: rgb(130,151,88); }

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

background-color css

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

 a { background-color: rgb(130,151,88); }

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

border-color css

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

 span { border-color: rgb(130,151,88); }

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