Html Css Color HEX #85A168 Chelsea Cucumber

📋 copy color: '#85A168'

red 133 ◦ green 161 ◦ blue 104

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

Shades of Chelsea Cucumber #85A168

Tints of Chelsea Cucumber #85A168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.13%

R = 33.42%
G = 40.45%
B = 26.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#85A168 (or 0x85A168) is known color: Chelsea Cucumber. HEX triplet: 85, A1 and 68. RGB value is (133,161,104). Sum of RGB (Red+Green+Blue) = 133+161+104=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 161 - color contains mainly: green. Hex color #85A168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A168 is #7A5E97. Grayscale: #929292. Windows color (decimal): -8019608 or 6857093. OLE color: 6857093.

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

Color convert

RGB 133 161 104 -
CMYK 0.17 0 0.35 0.37
HSL 89.47º 0.23% 0.52% -
HSV(B) 89.47º 0.35% 0.63% -
XYZ 24.92 31.48 17.86 -
YUV 146.13 104.22 118.63 -
System Red Green Blue C M Y K H S L
Decimal 133 161 104 0.17 0 0.35 0.37 89.47 0.23 0.52
Hex 85 A1 68 11 0 23 25 59 17 34
Octal 205 241 150 21 0 43 45 131 27 64
Binary 10000101 10100001 1101000 10001 0 100011 100101 1011001 10111 110100

Color Harmonies of #85A168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A168

Black with #85A168

Text Example


Text Example

White with #85A168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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