#819892

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

Shades of Granny Smith #819892

Tints of Granny Smith #819892

Color information

#819892 (or 0x819892) is unknown color: approx Granny Smith. HEX triplet: 81, 98 and 92. RGB value is (129,152,146). Sum of RGB (Red+Green+Blue) = 129+152+146=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 152 - color contains mainly: green. Hex color #819892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819892 is #7E676D. Grayscale: #909090. Windows color (decimal): -8284014 or 9607297. OLE color: 9607297.

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

Color convert

RGB129152146-
CMYK0.1500.040.40
HSL164.35º10.04%55.1%-
HSV(B)164.35º15.13%59.61%-
XYZ25.4729.231.49-
YUV144.44128.88116.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.21%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 146 (57.42% from 255) = 34.19%
R=30.21%
G=35.60%
B=34.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291521460.1500.040.40164.3510.0455.1
Hex819892F0428a4a37
Octal2012302221704502441267
Binary10000001100110001001001011110100101000101001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819892; }

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

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

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

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

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

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

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

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