Html Css Color HEX #85A563 Chelsea Cucumber

📋 copy color: '#85A563'

red 133 ◦ green 165 ◦ blue 99

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

Shades of Chelsea Cucumber #85A563

Tints of Chelsea Cucumber #85A563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.94%

R = 33.5%
G = 41.56%
B = 24.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#85A563 (or 0x85A563) is known color: Chelsea Cucumber. HEX triplet: 85, A5 and 63. RGB value is (133,165,99). Sum of RGB (Red+Green+Blue) = 133+165+99=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 165 - color contains mainly: green. Hex color #85A563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A563 is #7A5A9C. Grayscale: #949494. Windows color (decimal): -8018589 or 6530437. OLE color: 6530437.

HSL color Cylindrical-coordinate representation of color #85A563: hue angle of 89.09º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A563 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 165 99 -
CMYK 0.19 0 0.40 0.35
HSL 89.09º 0.27% 0.52% -
HSV(B) 89.09º 0.4% 0.65% -
XYZ 25.38 32.8 16.8 -
YUV 147.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 133 165 99 0.19 0 0.40 0.35 89.09 0.27 0.52
Hex 85 A5 63 13 0 28 23 59 1B 34
Octal 205 245 143 23 0 50 43 131 33 64
Binary 10000101 10100101 1100011 10011 0 101000 100011 1011001 11011 110100

Color Harmonies of #85A563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A563

Black with #85A563

Text Example


Text Example

White with #85A563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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