Html Css Color HEX #85A166 Chelsea Cucumber

📋 copy color: '#85A166'

red 133 ◦ green 161 ◦ blue 102

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

Shades of Chelsea Cucumber #85A166

Tints of Chelsea Cucumber #85A166

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.66%

 BLUE value IS 102 (40.23% from 255) = 25.76%

R = 33.59%
G = 40.66%
B = 25.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#85A166 (or 0x85A166) is known color: Chelsea Cucumber. HEX triplet: 85, A1 and 66. RGB value is (133,161,102). Sum of RGB (Red+Green+Blue) = 133+161+102=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #85A166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A166 is #7A5E99. Grayscale: #929292. Windows color (decimal): -8019610 or 6726021. OLE color: 6726021.

HSL color Cylindrical-coordinate representation of color #85A166: hue angle of 88.47º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85A166 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 133 161 102 -
CMYK 0.17 0 0.37 0.37
HSL 88.47º 0.24% 0.52% -
HSV(B) 88.47º 0.37% 0.63% -
XYZ 24.82 31.44 17.33 -
YUV 145.9 103.22 118.8 -
System Red Green Blue C M Y K H S L
Decimal 133 161 102 0.17 0 0.37 0.37 88.47 0.24 0.52
Hex 85 A1 66 11 0 25 25 58 18 34
Octal 205 241 146 21 0 45 45 130 30 64
Binary 10000101 10100001 1100110 10001 0 100101 100101 1011000 11000 110100

Color Harmonies of #85A166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A166

Black with #85A166

Text Example


Text Example

White with #85A166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,161,102); }

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

background-color css

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

 a { background-color: rgb(133,161,102); }

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

border-color css

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

 span { border-color: rgb(133,161,102); }

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