Html Css Color HEX #85948B Granny Smith

📋 copy color: '#85948B'

red 133 ◦ green 148 ◦ blue 139

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

Shades of Granny Smith #85948B

Tints of Granny Smith #85948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.24%

 BLUE value IS 139 (54.69% from 255) = 33.1%

R = 31.67%
G = 35.24%
B = 33.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#85948B (or 0x85948B) is known color: Granny Smith. HEX triplet: 85, 94 and 8B. RGB value is (133,148,139). Sum of RGB (Red+Green+Blue) = 133+148+139=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 148 - color contains mainly: green. Hex color #85948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85948B is #7A6B74. Grayscale: #8E8E8E. Windows color (decimal): -8022901 or 9147525. OLE color: 9147525.

HSL color Cylindrical-coordinate representation of color #85948B: hue angle of 144º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #85948B is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 148 139 -
CMYK 0.10 0 0.06 0.42
HSL 144º 0.07% 0.55% -
HSV(B) 144º 0.1% 0.58% -
XYZ 24.92 28.03 28.52 -
YUV 142.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 133 148 139 0.10 0 0.06 0.42 144 0.07 0.55
Hex 85 94 8B A 0 6 2A 90 7 37
Octal 205 224 213 12 0 6 52 220 7 67
Binary 10000101 10010100 10001011 1010 0 110 101010 10010000 111 110111

Color Harmonies of #85948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85948B

Black with #85948B

Text Example


Text Example

White with #85948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85948B; }

 p { color: rgb(133,148,139); }

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

background-color css

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

 a { background-color: rgb(133,148,139); }

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

border-color css

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

 span { border-color: rgb(133,148,139); }

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