Html Css Color HEX #85AC90 Bay Leaf

📋 copy color: '#85AC90'

red 133 ◦ green 172 ◦ blue 144

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

Shades of Bay Leaf #85AC90

Tints of Bay Leaf #85AC90

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.31%

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

R = 29.62%
G = 38.31%
B = 32.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#85AC90 (or 0x85AC90) is known color: Bay Leaf. HEX triplet: 85, AC and 90. RGB value is (133,172,144). Sum of RGB (Red+Green+Blue) = 133+172+144=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AC90 is #7A536F. Grayscale: #9D9D9D. Windows color (decimal): -8016752 or 9481349. OLE color: 9481349.

HSL color Cylindrical-coordinate representation of color #85AC90: hue angle of 136.92º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85AC90 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 172 144 -
CMYK 0.23 0 0.16 0.33
HSL 136.92º 0.19% 0.6% -
HSV(B) 136.92º 0.23% 0.67% -
XYZ 29.46 36.51 31.88 -
YUV 157.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 133 172 144 0.23 0 0.16 0.33 136.92 0.19 0.6
Hex 85 AC 90 17 0 10 21 89 13 3C
Octal 205 254 220 27 0 20 41 211 23 74
Binary 10000101 10101100 10010000 10111 0 10000 100001 10001001 10011 111100

Color Harmonies of #85AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AC90

Black with #85AC90

Text Example


Text Example

White with #85AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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