Html Css Color HEX #819893 Granny Smith

📋 copy color: '#819893'

red 129 ◦ green 152 ◦ blue 147

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

Shades of Granny Smith #819893

Tints of Granny Smith #819893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.35%

R = 30.14%
G = 35.51%
B = 34.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#819893 (or 0x819893) is known color: Granny Smith. HEX triplet: 81, 98 and 93. RGB value is (129,152,147). Sum of RGB (Red+Green+Blue) = 129+152+147=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 152 - color contains mainly: green. Hex color #819893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819893 is #7E676C. Grayscale: #909090. Windows color (decimal): -8284013 or 9672833. OLE color: 9672833.

HSL color Cylindrical-coordinate representation of color #819893: hue angle of 166.96º 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 #819893 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 152 147 -
CMYK 0.15 0 0.03 0.40
HSL 166.96º 0.1% 0.55% -
HSV(B) 166.96º 0.15% 0.6% -
XYZ 25.55 29.23 31.9 -
YUV 144.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 129 152 147 0.15 0 0.03 0.40 166.96 0.1 0.55
Hex 81 98 93 F 0 3 28 A7 A 37
Octal 201 230 223 17 0 3 50 247 12 67
Binary 10000001 10011000 10010011 1111 0 11 101000 10100111 1010 110111

Color Harmonies of #819893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819893

Black with #819893

Text Example


Text Example

White with #819893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819893; }

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

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

background-color css

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

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

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

border-color css

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

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

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