Html Css Color HEX #829F92 Acapulco

📋 copy color: '#829F92'

red 130 ◦ green 159 ◦ blue 146

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

Shades of Acapulco #829F92

Tints of Acapulco #829F92

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.55%

 BLUE value IS 146 (57.42% from 255) = 33.56%

R = 29.89%
G = 36.55%
B = 33.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#829F92 (or 0x829F92) is known color: Acapulco. HEX triplet: 82, 9F and 92. RGB value is (130,159,146). Sum of RGB (Red+Green+Blue) = 130+159+146=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 159 - color contains mainly: green. Hex color #829F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829F92 is #7D606D. Grayscale: #949494. Windows color (decimal): -8216686 or 9609090. OLE color: 9609090.

HSL color Cylindrical-coordinate representation of color #829F92: hue angle of 153.1º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #829F92 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 159 146 -
CMYK 0.18 0 0.08 0.38
HSL 153.1º 0.13% 0.57% -
HSV(B) 153.1º 0.18% 0.62% -
XYZ 26.79 31.62 31.88 -
YUV 148.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 130 159 146 0.18 0 0.08 0.38 153.1 0.13 0.57
Hex 82 9F 92 12 0 8 26 99 D 39
Octal 202 237 222 22 0 10 46 231 15 71
Binary 10000010 10011111 10010010 10010 0 1000 100110 10011001 1101 111001

Color Harmonies of #829F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829F92

Black with #829F92

Text Example


Text Example

White with #829F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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