Html Css Color HEX #819892 Granny Smith

📋 copy color: '#819892'

red 129 ◦ green 152 ◦ blue 146

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

Shades of Granny Smith #819892

Tints of Granny Smith #819892

RGB

 RED value IS 129 (50.78% from 255) = 30.21%

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

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

R = 30.21%
G = 35.6%
B = 34.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#819892 (or 0x819892) is known color: 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

RGB 129 152 146 -
CMYK 0.15 0 0.04 0.40
HSL 164.35º 0.1% 0.55% -
HSV(B) 164.35º 0.15% 0.6% -
XYZ 25.47 29.2 31.49 -
YUV 144.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 129 152 146 0.15 0 0.04 0.40 164.35 0.1 0.55
Hex 81 98 92 F 0 4 28 A4 A 37
Octal 201 230 222 17 0 4 50 244 12 67
Binary 10000001 10011000 10010010 1111 0 100 101000 10100100 1010 110111

Color Harmonies of #819892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819892

Black with #819892

Text Example


Text Example

White with #819892

Text Example


Text Example

HTML Codes & Css Web 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>