Html Css Color HEX #85A254 Chelsea Cucumber

📋 copy color: '#85A254'

red 133 ◦ green 162 ◦ blue 84

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

Shades of Chelsea Cucumber #85A254

Tints of Chelsea Cucumber #85A254

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.74%

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

R = 35.09%
G = 42.74%
B = 22.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#85A254 (or 0x85A254) is known color: Chelsea Cucumber. HEX triplet: 85, A2 and 54. RGB value is (133,162,84). Sum of RGB (Red+Green+Blue) = 133+162+84=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #85A254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A254 is #7A5DAB. Grayscale: #909090. Windows color (decimal): -8019372 or 5546629. OLE color: 5546629.

HSL color Cylindrical-coordinate representation of color #85A254: hue angle of 82.31º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85A254 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 162 84 -
CMYK 0.18 0 0.48 0.36
HSL 82.31º 0.32% 0.48% -
HSV(B) 82.31º 0.48% 0.64% -
XYZ 24.19 31.47 13.19 -
YUV 144.44 93.89 119.84 -
System Red Green Blue C M Y K H S L
Decimal 133 162 84 0.18 0 0.48 0.36 82.31 0.32 0.48
Hex 85 A2 54 12 0 30 24 52 20 30
Octal 205 242 124 22 0 60 44 122 40 60
Binary 10000101 10100010 1010100 10010 0 110000 100100 1010010 100000 110000

Color Harmonies of #85A254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A254

Black with #85A254

Text Example


Text Example

White with #85A254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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