Html Css Color HEX #85B347 Chelsea Cucumber

📋 copy color: '#85B347'

red 133 ◦ green 179 ◦ blue 71

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

Shades of Chelsea Cucumber #85B347

Tints of Chelsea Cucumber #85B347

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.74%

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

R = 34.73%
G = 46.74%
B = 18.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#85B347 (or 0x85B347) is known color: Chelsea Cucumber. HEX triplet: 85, B3 and 47. RGB value is (133,179,71). Sum of RGB (Red+Green+Blue) = 133+179+71=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #85B347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B347 is #7A4CB8. Grayscale: #999999. Windows color (decimal): -8015033 or 4699013. OLE color: 4699013.

HSL color Cylindrical-coordinate representation of color #85B347: hue angle of 85.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85B347 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 179 71 -
CMYK 0.26 0 0.60 0.30
HSL 85.56º 0.43% 0.49% -
HSV(B) 85.56º 0.6% 0.7% -
XYZ 26.93 37.68 11.82 -
YUV 152.93 81.76 113.78 -
System Red Green Blue C M Y K H S L
Decimal 133 179 71 0.26 0 0.60 0.30 85.56 0.43 0.49
Hex 85 B3 47 1A 0 3C 1E 56 2B 31
Octal 205 263 107 32 0 74 36 126 53 61
Binary 10000101 10110011 1000111 11010 0 111100 11110 1010110 101011 110001

Color Harmonies of #85B347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B347

Black with #85B347

Text Example


Text Example

White with #85B347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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