Html Css Color HEX #85A554 Chelsea Cucumber

📋 copy color: '#85A554'

red 133 ◦ green 165 ◦ blue 84

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

Shades of Chelsea Cucumber #85A554

Tints of Chelsea Cucumber #85A554

RGB

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

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

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

R = 34.82%
G = 43.19%
B = 21.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#85A554 (or 0x85A554) is known color: Chelsea Cucumber. HEX triplet: 85, A5 and 54. RGB value is (133,165,84). Sum of RGB (Red+Green+Blue) = 133+165+84=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 165 - color contains mainly: green. Hex color #85A554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A554 is #7A5AAB. Grayscale: #929292. Windows color (decimal): -8018604 or 5547397. OLE color: 5547397.

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

Color convert

RGB 133 165 84 -
CMYK 0.19 0 0.49 0.35
HSL 83.7º 0.33% 0.49% -
HSV(B) 83.7º 0.49% 0.65% -
XYZ 24.73 32.54 13.36 -
YUV 146.2 92.9 118.59 -
System Red Green Blue C M Y K H S L
Decimal 133 165 84 0.19 0 0.49 0.35 83.7 0.33 0.49
Hex 85 A5 54 13 0 31 23 54 21 31
Octal 205 245 124 23 0 61 43 124 41 61
Binary 10000101 10100101 1010100 10011 0 110001 100011 1010100 100001 110001

Color Harmonies of #85A554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A554

Black with #85A554

Text Example


Text Example

White with #85A554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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