Html Css Color HEX #85B346 Chelsea Cucumber

📋 copy color: '#85B346'

red 133 ◦ green 179 ◦ blue 70

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

Shades of Chelsea Cucumber #85B346

Tints of Chelsea Cucumber #85B346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.32%

R = 34.82%
G = 46.86%
B = 18.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#85B346 (or 0x85B346) is known color: Chelsea Cucumber. HEX triplet: 85, B3 and 46. RGB value is (133,179,70). Sum of RGB (Red+Green+Blue) = 133+179+70=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 179 - color contains mainly: green. Hex color #85B346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B346 is #7A4CB9. Grayscale: #999999. Windows color (decimal): -8015034 or 4633477. OLE color: 4633477.

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

Color convert

RGB 133 179 70 -
CMYK 0.26 0 0.61 0.30
HSL 85.32º 0.44% 0.49% -
HSV(B) 85.32º 0.61% 0.7% -
XYZ 26.9 37.67 11.65 -
YUV 152.82 81.26 113.86 -
System Red Green Blue C M Y K H S L
Decimal 133 179 70 0.26 0 0.61 0.30 85.32 0.44 0.49
Hex 85 B3 46 1A 0 3D 1E 55 2C 31
Octal 205 263 106 32 0 75 36 125 54 61
Binary 10000101 10110011 1000110 11010 0 111101 11110 1010101 101100 110001

Color Harmonies of #85B346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B346

Black with #85B346

Text Example


Text Example

White with #85B346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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