Html Css Color HEX #809A92 Granny Smith

📋 copy color: '#809A92'

red 128 ◦ green 154 ◦ blue 146

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

Shades of Granny Smith #809A92

Tints of Granny Smith #809A92

RGB

 RED value IS 128 (50.39% from 255) = 29.91%

 GREEN value IS 154 (60.55% from 255) = 35.98%

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

R = 29.91%
G = 35.98%
B = 34.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#809A92 (or 0x809A92) is known color: Granny Smith. HEX triplet: 80, 9A and 92. RGB value is (128,154,146). Sum of RGB (Red+Green+Blue) = 128+154+146=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 154 - color contains mainly: green. Hex color #809A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809A92 is #7F656D. Grayscale: #919191. Windows color (decimal): -8349038 or 9607808. OLE color: 9607808.

HSL color Cylindrical-coordinate representation of color #809A92: hue angle of 161.54º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #809A92 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 154 146 -
CMYK 0.17 0 0.05 0.40
HSL 161.54º 0.11% 0.55% -
HSV(B) 161.54º 0.17% 0.6% -
XYZ 25.65 29.78 31.59 -
YUV 145.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 128 154 146 0.17 0 0.05 0.40 161.54 0.11 0.55
Hex 80 9A 92 11 0 5 28 A2 B 37
Octal 200 232 222 21 0 5 50 242 13 67
Binary 10000000 10011010 10010010 10001 0 101 101000 10100010 1011 110111

Color Harmonies of #809A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809A92

Black with #809A92

Text Example


Text Example

White with #809A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809A92; }

 p { color: rgb(128,154,146); }

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

background-color css

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

 a { background-color: rgb(128,154,146); }

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

border-color css

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

 span { border-color: rgb(128,154,146); }

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