Html Css Color HEX #829058 Highland

📋 copy color: '#829058'

red 130 ◦ green 144 ◦ blue 88

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

Shades of Highland #829058

Tints of Highland #829058

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.78%

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

R = 35.91%
G = 39.78%
B = 24.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#829058 (or 0x829058) is known color: Highland. HEX triplet: 82, 90 and 58. RGB value is (130,144,88). Sum of RGB (Red+Green+Blue) = 130+144+88=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #829058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829058 is #7D6FA7. Grayscale: #858585. Windows color (decimal): -8220584 or 5804162. OLE color: 5804162.

HSL color Cylindrical-coordinate representation of color #829058: hue angle of 75º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #829058 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 144 88 -
CMYK 0.10 0 0.39 0.44
HSL 75º 0.24% 0.45% -
HSV(B) 75º 0.39% 0.56% -
XYZ 20.94 25.4 13.03 -
YUV 133.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 130 144 88 0.10 0 0.39 0.44 75 0.24 0.45
Hex 82 90 58 A 0 27 2C 4B 18 2D
Octal 202 220 130 12 0 47 54 113 30 55
Binary 10000010 10010000 1011000 1010 0 100111 101100 1001011 11000 101101

Color Harmonies of #829058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829058

Black with #829058

Text Example


Text Example

White with #829058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829058; }

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

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

background-color css

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

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

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

border-color css

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

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

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