#819B92

Color #819B92 Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #819B92

Tints of Granny Smith #819B92

Color information

#819B92 (or 0x819B92) is unknown color: approx Granny Smith. HEX triplet: 81, 9B and 92. RGB value is (129,155,146). Sum of RGB (Red+Green+Blue) = 129+155+146=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 155 - color contains mainly: green. Hex color #819B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819B92 is #7E646D. Grayscale: #929292. Windows color (decimal): -8283246 or 9608065. OLE color: 9608065.

HSL color Cylindrical-coordinate representation of color #819B92: hue angle of 159.23º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #819B92 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB129155146-
CMYK0.1700.060.39
HSL159.23º11.5%55.69%-
HSV(B)159.23º16.77%60.78%-
XYZ25.9630.1931.65-
YUV146.2127.89115.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 155 (60.94% from 255) = 36.05%
BLUE value IS 146 (57.42% from 255) = 33.95%
R=30%
G=36.05%
B=33.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291551460.1700.060.39159.2311.555.69
Hex819B921106279fc38
Octal2012332222106472371470
Binary100000011001101110010010100010110100111100111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819B92; }

 p { color: rgb(129,155,146); }

 H1.HeaderClassName
 {
   color: #819B92;
 }
 .AnyTagClassName
 {
   color: #819B92;
 }
</style>
background-color css

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

 a { background-color: rgb(129,155,146); }

 div.DivClassName
 {
   background-color: #819B92;
 }
 .BgClassName
 {
   background-color: #819B92;
 }
</style>
border-color css

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

 span { border-color: rgb(129,155,146); }

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