Html Css Color HEX #85A390 Bay Leaf

📋 copy color: '#85A390'

red 133 ◦ green 163 ◦ blue 144

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

Shades of Bay Leaf #85A390

Tints of Bay Leaf #85A390

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.05%

 BLUE value IS 144 (56.64% from 255) = 32.73%

R = 30.23%
G = 37.05%
B = 32.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#85A390 (or 0x85A390) is known color: Bay Leaf. HEX triplet: 85, A3 and 90. RGB value is (133,163,144). Sum of RGB (Red+Green+Blue) = 133+163+144=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 163 - color contains mainly: green. Hex color #85A390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A390 is #7A5C6F. Grayscale: #979797. Windows color (decimal): -8019056 or 9479045. OLE color: 9479045.

HSL color Cylindrical-coordinate representation of color #85A390: hue angle of 142º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85A390 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 163 144 -
CMYK 0.18 0 0.12 0.36
HSL 142º 0.14% 0.58% -
HSV(B) 142º 0.18% 0.64% -
XYZ 27.8 33.19 31.33 -
YUV 151.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 133 163 144 0.18 0 0.12 0.36 142 0.14 0.58
Hex 85 A3 90 12 0 C 24 8E E 3A
Octal 205 243 220 22 0 14 44 216 16 72
Binary 10000101 10100011 10010000 10010 0 1100 100100 10001110 1110 111010

Color Harmonies of #85A390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A390

Black with #85A390

Text Example


Text Example

White with #85A390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85A390; }

 p { color: rgb(133,163,144); }

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

background-color css

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

 a { background-color: rgb(133,163,144); }

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

border-color css

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

 span { border-color: rgb(133,163,144); }

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