Html Css Color HEX #85A347 Chelsea Cucumber

📋 copy color: '#85A347'

red 133 ◦ green 163 ◦ blue 71

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

Shades of Chelsea Cucumber #85A347

Tints of Chelsea Cucumber #85A347

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.41%

 BLUE value IS 71 (28.13% from 255) = 19.35%

R = 36.24%
G = 44.41%
B = 19.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#85A347 (or 0x85A347) is known color: Chelsea Cucumber. HEX triplet: 85, A3 and 47. RGB value is (133,163,71). Sum of RGB (Red+Green+Blue) = 133+163+71=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 163 - color contains mainly: green. Hex color #85A347 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A347 is #7A5CB8. Grayscale: #8F8F8F. Windows color (decimal): -8019129 or 4694917. OLE color: 4694917.

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

Color convert

RGB 133 163 71 -
CMYK 0.18 0 0.56 0.36
HSL 79.57º 0.39% 0.46% -
HSV(B) 79.57º 0.56% 0.64% -
XYZ 23.91 31.64 10.81 -
YUV 143.54 87.06 120.48 -
System Red Green Blue C M Y K H S L
Decimal 133 163 71 0.18 0 0.56 0.36 79.57 0.39 0.46
Hex 85 A3 47 12 0 38 24 50 27 2E
Octal 205 243 107 22 0 70 44 120 47 56
Binary 10000101 10100011 1000111 10010 0 111000 100100 1010000 100111 101110

Color Harmonies of #85A347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A347

Black with #85A347

Text Example


Text Example

White with #85A347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,163,71); }

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

background-color css

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

 a { background-color: rgb(133,163,71); }

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

border-color css

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

 span { border-color: rgb(133,163,71); }

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