Html Css Color HEX #85A658 Chelsea Cucumber

📋 copy color: '#85A658'

red 133 ◦ green 166 ◦ blue 88

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

Shades of Chelsea Cucumber #85A658

Tints of Chelsea Cucumber #85A658

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.89%

 BLUE value IS 88 (34.77% from 255) = 22.74%

R = 34.37%
G = 42.89%
B = 22.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#85A658 (or 0x85A658) is known color: Chelsea Cucumber. HEX triplet: 85, A6 and 58. RGB value is (133,166,88). Sum of RGB (Red+Green+Blue) = 133+166+88=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 166 - color contains mainly: green. Hex color #85A658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A658 is #7A59A7. Grayscale: #939393. Windows color (decimal): -8018344 or 5809797. OLE color: 5809797.

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

Color convert

RGB 133 166 88 -
CMYK 0.20 0 0.47 0.35
HSL 85.38º 0.31% 0.5% -
HSV(B) 85.38º 0.47% 0.65% -
XYZ 25.07 32.96 14.27 -
YUV 147.24 94.57 117.84 -
System Red Green Blue C M Y K H S L
Decimal 133 166 88 0.20 0 0.47 0.35 85.38 0.31 0.5
Hex 85 A6 58 14 0 2F 23 55 1F 32
Octal 205 246 130 24 0 57 43 125 37 62
Binary 10000101 10100110 1011000 10100 0 101111 100011 1010101 11111 110010

Color Harmonies of #85A658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A658

Black with #85A658

Text Example


Text Example

White with #85A658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,166,88); }

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

background-color css

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

 a { background-color: rgb(133,166,88); }

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

border-color css

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

 span { border-color: rgb(133,166,88); }

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