Html Css Color HEX #829896 Submarine

📋 copy color: '#829896'

red 130 ◦ green 152 ◦ blue 150

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

Shades of Submarine #829896

Tints of Submarine #829896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.19%

 BLUE value IS 150 (58.98% from 255) = 34.72%

R = 30.09%
G = 35.19%
B = 34.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#829896 (or 0x829896) is known color: Submarine. HEX triplet: 82, 98 and 96. RGB value is (130,152,150). Sum of RGB (Red+Green+Blue) = 130+152+150=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 152 - color contains mainly: green. Hex color #829896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829896 is #7D6769. Grayscale: #919191. Windows color (decimal): -8218474 or 9869442. OLE color: 9869442.

HSL color Cylindrical-coordinate representation of color #829896: hue angle of 174.55º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #829896 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 150 -
CMYK 0.14 0 0.01 0.40
HSL 174.55º 0.1% 0.55% -
HSV(B) 174.55º 0.14% 0.6% -
XYZ 25.94 29.4 33.16 -
YUV 145.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 130 152 150 0.14 0 0.01 0.40 174.55 0.1 0.55
Hex 82 98 96 E 0 1 28 AF A 37
Octal 202 230 226 16 0 1 50 257 12 67
Binary 10000010 10011000 10010110 1110 0 1 101000 10101111 1010 110111

Color Harmonies of #829896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829896

Black with #829896

Text Example


Text Example

White with #829896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829896; }

 p { color: rgb(130,152,150); }

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

background-color css

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

 a { background-color: rgb(130,152,150); }

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

border-color css

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

 span { border-color: rgb(130,152,150); }

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