Html Css Color HEX #85A26B Asparagus

📋 copy color: '#85A26B'

red 133 ◦ green 162 ◦ blue 107

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

Shades of Asparagus #85A26B

Tints of Asparagus #85A26B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.3%

 BLUE value IS 107 (42.19% from 255) = 26.62%

R = 33.08%
G = 40.3%
B = 26.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#85A26B (or 0x85A26B) is known color: Asparagus. HEX triplet: 85, A2 and 6B. RGB value is (133,162,107). Sum of RGB (Red+Green+Blue) = 133+162+107=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #85A26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A26B is #7A5D94. Grayscale: #939393. Windows color (decimal): -8019349 or 7053957. OLE color: 7053957.

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

Color convert

RGB 133 162 107 -
CMYK 0.18 0 0.34 0.36
HSL 91.64º 0.23% 0.53% -
HSV(B) 91.64º 0.34% 0.64% -
XYZ 25.25 31.89 18.73 -
YUV 147.06 105.39 117.97 -
System Red Green Blue C M Y K H S L
Decimal 133 162 107 0.18 0 0.34 0.36 91.64 0.23 0.53
Hex 85 A2 6B 12 0 22 24 5C 17 35
Octal 205 242 153 22 0 42 44 134 27 65
Binary 10000101 10100010 1101011 10010 0 100010 100100 1011100 10111 110101

Color Harmonies of #85A26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A26B

Black with #85A26B

Text Example


Text Example

White with #85A26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,162,107); }

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

background-color css

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

 a { background-color: rgb(133,162,107); }

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

border-color css

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

 span { border-color: rgb(133,162,107); }

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