Html Css Color HEX #82988F Granny Smith

📋 copy color: '#82988F'

red 130 ◦ green 152 ◦ blue 143

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

Shades of Granny Smith #82988F

Tints of Granny Smith #82988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.65%

R = 30.59%
G = 35.76%
B = 33.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#82988F (or 0x82988F) is known color: Granny Smith. HEX triplet: 82, 98 and 8F. RGB value is (130,152,143). Sum of RGB (Red+Green+Blue) = 130+152+143=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 152 - color contains mainly: green. Hex color #82988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82988F is #7D6770. Grayscale: #909090. Windows color (decimal): -8218481 or 9410690. OLE color: 9410690.

HSL color Cylindrical-coordinate representation of color #82988F: hue angle of 155.45º 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 #82988F is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 143 -
CMYK 0.14 0 0.06 0.40
HSL 155.45º 0.1% 0.55% -
HSV(B) 155.45º 0.14% 0.6% -
XYZ 25.39 29.19 30.28 -
YUV 144.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 130 152 143 0.14 0 0.06 0.40 155.45 0.1 0.55
Hex 82 98 8F E 0 6 28 9B A 37
Octal 202 230 217 16 0 6 50 233 12 67
Binary 10000010 10011000 10001111 1110 0 110 101000 10011011 1010 110111

Color Harmonies of #82988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82988F

Black with #82988F

Text Example


Text Example

White with #82988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82988F; }

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

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

background-color css

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

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

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

border-color css

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

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

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