Html Css Color HEX #85AC54 Chelsea Cucumber

📋 copy color: '#85AC54'

red 133 ◦ green 172 ◦ blue 84

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

Shades of Chelsea Cucumber #85AC54

Tints of Chelsea Cucumber #85AC54

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.22%

 BLUE value IS 84 (33.2% from 255) = 21.59%

R = 34.19%
G = 44.22%
B = 21.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#85AC54 (or 0x85AC54) is known color: Chelsea Cucumber. HEX triplet: 85, AC and 54. RGB value is (133,172,84). Sum of RGB (Red+Green+Blue) = 133+172+84=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AC54 is #7A53AB. Grayscale: #969696. Windows color (decimal): -8016812 or 5549189. OLE color: 5549189.

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

Color convert

RGB 133 172 84 -
CMYK 0.23 0 0.51 0.33
HSL 86.59º 0.35% 0.5% -
HSV(B) 86.59º 0.51% 0.67% -
XYZ 26.03 35.13 13.8 -
YUV 150.31 90.58 115.66 -
System Red Green Blue C M Y K H S L
Decimal 133 172 84 0.23 0 0.51 0.33 86.59 0.35 0.5
Hex 85 AC 54 17 0 33 21 57 23 32
Octal 205 254 124 27 0 63 41 127 43 62
Binary 10000101 10101100 1010100 10111 0 110011 100001 1010111 100011 110010

Color Harmonies of #85AC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AC54

Black with #85AC54

Text Example


Text Example

White with #85AC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,172,84); }

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

background-color css

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

 a { background-color: rgb(133,172,84); }

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

border-color css

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

 span { border-color: rgb(133,172,84); }

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