Html Css Color HEX #85A45B Chelsea Cucumber

📋 copy color: '#85A45B'

red 133 ◦ green 164 ◦ blue 91

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

Shades of Chelsea Cucumber #85A45B

Tints of Chelsea Cucumber #85A45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.45%

R = 34.28%
G = 42.27%
B = 23.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#85A45B (or 0x85A45B) is known color: Chelsea Cucumber. HEX triplet: 85, A4 and 5B. RGB value is (133,164,91). Sum of RGB (Red+Green+Blue) = 133+164+91=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 164 - color contains mainly: green. Hex color #85A45B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A45B is #7A5BA4. Grayscale: #929292. Windows color (decimal): -8018853 or 6005893. OLE color: 6005893.

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

Color convert

RGB 133 164 91 -
CMYK 0.19 0 0.45 0.36
HSL 85.48º 0.29% 0.5% -
HSV(B) 85.48º 0.45% 0.64% -
XYZ 24.84 32.29 14.82 -
YUV 146.41 96.73 118.44 -
System Red Green Blue C M Y K H S L
Decimal 133 164 91 0.19 0 0.45 0.36 85.48 0.29 0.5
Hex 85 A4 5B 13 0 2D 24 55 1D 32
Octal 205 244 133 23 0 55 44 125 35 62
Binary 10000101 10100100 1011011 10011 0 101101 100100 1010101 11101 110010

Color Harmonies of #85A45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A45B

Black with #85A45B

Text Example


Text Example

White with #85A45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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