Html Css Color HEX #85A55C Chelsea Cucumber

📋 copy color: '#85A55C'

red 133 ◦ green 165 ◦ blue 92

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

Shades of Chelsea Cucumber #85A55C

Tints of Chelsea Cucumber #85A55C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.31%

 BLUE value IS 92 (36.33% from 255) = 23.59%

R = 34.1%
G = 42.31%
B = 23.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#85A55C (or 0x85A55C) is known color: Chelsea Cucumber. HEX triplet: 85, A5 and 5C. RGB value is (133,165,92). Sum of RGB (Red+Green+Blue) = 133+165+92=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #85A55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A55C is #7A5AA3. Grayscale: #939393. Windows color (decimal): -8018596 or 6071685. OLE color: 6071685.

HSL color Cylindrical-coordinate representation of color #85A55C: hue angle of 86.3º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85A55C is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 165 92 -
CMYK 0.19 0 0.44 0.35
HSL 86.3º 0.29% 0.5% -
HSV(B) 86.3º 0.44% 0.65% -
XYZ 25.06 32.67 15.11 -
YUV 147.11 96.9 117.94 -
System Red Green Blue C M Y K H S L
Decimal 133 165 92 0.19 0 0.44 0.35 86.3 0.29 0.5
Hex 85 A5 5C 13 0 2C 23 56 1D 32
Octal 205 245 134 23 0 54 43 126 35 62
Binary 10000101 10100101 1011100 10011 0 101100 100011 1010110 11101 110010

Color Harmonies of #85A55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A55C

Black with #85A55C

Text Example


Text Example

White with #85A55C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,165,92); }

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

background-color css

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

 a { background-color: rgb(133,165,92); }

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

border-color css

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

 span { border-color: rgb(133,165,92); }

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