Html Css Color HEX #829458 Highland

📋 copy color: '#829458'

red 130 ◦ green 148 ◦ blue 88

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

Shades of Highland #829458

Tints of Highland #829458

RGB

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

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

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

R = 35.52%
G = 40.44%
B = 24.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#829458 (or 0x829458) is known color: Highland. HEX triplet: 82, 94 and 58. RGB value is (130,148,88). Sum of RGB (Red+Green+Blue) = 130+148+88=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #829458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829458 is #7D6BA7. Grayscale: #888888. Windows color (decimal): -8219560 or 5805186. OLE color: 5805186.

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

Color convert

RGB 130 148 88 -
CMYK 0.12 0 0.41 0.42
HSL 78º 0.25% 0.46% -
HSV(B) 78º 0.41% 0.58% -
XYZ 21.56 26.63 13.24 -
YUV 135.78 101.04 123.88 -
System Red Green Blue C M Y K H S L
Decimal 130 148 88 0.12 0 0.41 0.42 78 0.25 0.46
Hex 82 94 58 C 0 29 2A 4E 19 2E
Octal 202 224 130 14 0 51 52 116 31 56
Binary 10000010 10010100 1011000 1100 0 101001 101010 1001110 11001 101110

Color Harmonies of #829458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829458

Black with #829458

Text Example


Text Example

White with #829458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829458; }

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

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

background-color css

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

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

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

border-color css

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

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

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