Html Css Color HEX #85AB57 Chelsea Cucumber

📋 copy color: '#85AB57'

red 133 ◦ green 171 ◦ blue 87

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

Shades of Chelsea Cucumber #85AB57

Tints of Chelsea Cucumber #85AB57

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.73%

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

R = 34.02%
G = 43.73%
B = 22.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#85AB57 (or 0x85AB57) is known color: Chelsea Cucumber. HEX triplet: 85, AB and 57. RGB value is (133,171,87). Sum of RGB (Red+Green+Blue) = 133+171+87=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AB57 is #7A54A8. Grayscale: #969696. Windows color (decimal): -8017065 or 5745541. OLE color: 5745541.

HSL color Cylindrical-coordinate representation of color #85AB57: hue angle of 87.14º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85AB57 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 171 87 -
CMYK 0.22 0 0.49 0.33
HSL 87.14º 0.33% 0.51% -
HSV(B) 87.14º 0.49% 0.67% -
XYZ 25.96 34.8 14.37 -
YUV 150.06 92.41 115.83 -
System Red Green Blue C M Y K H S L
Decimal 133 171 87 0.22 0 0.49 0.33 87.14 0.33 0.51
Hex 85 AB 57 16 0 31 21 57 21 33
Octal 205 253 127 26 0 61 41 127 41 63
Binary 10000101 10101011 1010111 10110 0 110001 100001 1010111 100001 110011

Color Harmonies of #85AB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AB57

Black with #85AB57

Text Example


Text Example

White with #85AB57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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