Html Css Color HEX #85A85D Chelsea Cucumber

📋 copy color: '#85A85D'

red 133 ◦ green 168 ◦ blue 93

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

Shades of Chelsea Cucumber #85A85D

Tints of Chelsea Cucumber #85A85D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.64%

 BLUE value IS 93 (36.72% from 255) = 23.6%

R = 33.76%
G = 42.64%
B = 23.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#85A85D (or 0x85A85D) is known color: Chelsea Cucumber. HEX triplet: 85, A8 and 5D. RGB value is (133,168,93). Sum of RGB (Red+Green+Blue) = 133+168+93=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 168 - color contains mainly: green. Hex color #85A85D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A85D is #7A57A2. Grayscale: #959595. Windows color (decimal): -8017827 or 6137989. OLE color: 6137989.

HSL color Cylindrical-coordinate representation of color #85A85D: hue angle of 88º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85A85D is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 133 168 93 -
CMYK 0.21 0 0.45 0.34
HSL 88º 0.3% 0.51% -
HSV(B) 88º 0.45% 0.66% -
XYZ 25.65 33.78 15.52 -
YUV 148.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 133 168 93 0.21 0 0.45 0.34 88 0.3 0.51
Hex 85 A8 5D 15 0 2D 22 58 1E 33
Octal 205 250 135 25 0 55 42 130 36 63
Binary 10000101 10101000 1011101 10101 0 101101 100010 1011000 11110 110011

Color Harmonies of #85A85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A85D

Black with #85A85D

Text Example


Text Example

White with #85A85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,168,93); }

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

background-color css

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

 a { background-color: rgb(133,168,93); }

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

border-color css

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

 span { border-color: rgb(133,168,93); }

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