Html Css Color HEX #85A457 Chelsea Cucumber

📋 copy color: '#85A457'

red 133 ◦ green 164 ◦ blue 87

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

Shades of Chelsea Cucumber #85A457

Tints of Chelsea Cucumber #85A457

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.71%

 BLUE value IS 87 (34.38% from 255) = 22.66%

R = 34.64%
G = 42.71%
B = 22.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#85A457 (or 0x85A457) is known color: Chelsea Cucumber. HEX triplet: 85, A4 and 57. RGB value is (133,164,87). Sum of RGB (Red+Green+Blue) = 133+164+87=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #85A457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A457 is #7A5BA8. Grayscale: #929292. Windows color (decimal): -8018857 or 5743749. OLE color: 5743749.

HSL color Cylindrical-coordinate representation of color #85A457: hue angle of 84.16º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85A457 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 164 87 -
CMYK 0.19 0 0.47 0.36
HSL 84.16º 0.31% 0.49% -
HSV(B) 84.16º 0.47% 0.64% -
XYZ 24.67 32.23 13.94 -
YUV 145.95 94.73 118.76 -
System Red Green Blue C M Y K H S L
Decimal 133 164 87 0.19 0 0.47 0.36 84.16 0.31 0.49
Hex 85 A4 57 13 0 2F 24 54 1F 31
Octal 205 244 127 23 0 57 44 124 37 61
Binary 10000101 10100100 1010111 10011 0 101111 100100 1010100 11111 110001

Color Harmonies of #85A457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A457

Black with #85A457

Text Example


Text Example

White with #85A457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,164,87); }

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

background-color css

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

 a { background-color: rgb(133,164,87); }

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

border-color css

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

 span { border-color: rgb(133,164,87); }

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