Html Css Color HEX #85995F Chelsea Cucumber

📋 copy color: '#85995F'

red 133 ◦ green 153 ◦ blue 95

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

Shades of Chelsea Cucumber #85995F

Tints of Chelsea Cucumber #85995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.16%

 BLUE value IS 95 (37.5% from 255) = 24.93%

R = 34.91%
G = 40.16%
B = 24.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#85995F (or 0x85995F) is known color: Chelsea Cucumber. HEX triplet: 85, 99 and 5F. RGB value is (133,153,95). Sum of RGB (Red+Green+Blue) = 133+153+95=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #85995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85995F is #7A66A0. Grayscale: #8C8C8C. Windows color (decimal): -8021665 or 6265221. OLE color: 6265221.

HSL color Cylindrical-coordinate representation of color #85995F: hue angle of 80.69º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85995F is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 153 95 -
CMYK 0.13 0 0.38 0.4
HSL 80.69º 0.23% 0.49% -
HSV(B) 80.69º 0.38% 0.6% -
XYZ 23.13 28.6 15.13 -
YUV 140.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 133 153 95 0.13 0 0.38 0.4 80.69 0.23 0.49
Hex 85 99 5F D 0 26 28 51 17 31
Octal 205 231 137 15 0 46 50 121 27 61
Binary 10000101 10011001 1011111 1101 0 100110 101000 1010001 10111 110001

Color Harmonies of #85995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85995F

Black with #85995F

Text Example


Text Example

White with #85995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85995F; }

 p { color: rgb(133,153,95); }

 H1.HeaderClassName
 {
   color: #85995F;
 }
 .AnyTagClassName
 {
   color: #85995F;
 }
</style>

background-color css

<style>
 a { background-color: #85995F; }

 a { background-color: rgb(133,153,95); }

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

border-color css

<style>
 span { border-color: #85995F; }

 span { border-color: rgb(133,153,95); }

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