Html Css Color HEX #859892 Granny Smith

📋 copy color: '#859892'

red 133 ◦ green 152 ◦ blue 146

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

Shades of Granny Smith #859892

Tints of Granny Smith #859892

RGB

 RED value IS 133 (52.34% from 255) = 30.86%

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

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

R = 30.86%
G = 35.27%
B = 33.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#859892 (or 0x859892) is known color: Granny Smith. HEX triplet: 85, 98 and 92. RGB value is (133,152,146). Sum of RGB (Red+Green+Blue) = 133+152+146=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 152 - color contains mainly: green. Hex color #859892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859892 is #7A676D. Grayscale: #919191. Windows color (decimal): -8021870 or 9607301. OLE color: 9607301.

HSL color Cylindrical-coordinate representation of color #859892: hue angle of 161.05º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #859892 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 152 146 -
CMYK 0.13 0 0.04 0.40
HSL 161.05º 0.08% 0.56% -
HSV(B) 161.05º 0.13% 0.6% -
XYZ 26.09 29.52 31.52 -
YUV 145.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 133 152 146 0.13 0 0.04 0.40 161.05 0.08 0.56
Hex 85 98 92 D 0 4 28 A1 8 38
Octal 205 230 222 15 0 4 50 241 10 70
Binary 10000101 10011000 10010010 1101 0 100 101000 10100001 1000 111000

Color Harmonies of #859892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859892

Black with #859892

Text Example


Text Example

White with #859892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859892; }

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

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

background-color css

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

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

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

border-color css

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

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

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